Documentation ¶
Overview ¶
Package null is a null metrics logger.
Index ¶
- type Service
- func (*Service) Accounts(_ string, _ uint64)
- func (*Service) AttestationAggregationCompleted(_ time.Time, _ phase0.Slot, _ string)
- func (*Service) AttestationAggregationCoverage(_ float64)
- func (*Service) AttestationsCompleted(_ time.Time, _ phase0.Slot, _ int, _ string)
- func (*Service) BeaconBlockProposalCompleted(_ time.Time, _ phase0.Slot, _ string)
- func (*Service) BeaconBlockProposalSource(_ string)
- func (*Service) BeaconCommitteeAggregators(_ int)
- func (*Service) BeaconCommitteeSubscribers(_ int)
- func (*Service) BeaconCommitteeSubscriptionCompleted(_ time.Time, _ string)
- func (*Service) BlockDelay(_ uint, _ time.Duration)
- func (*Service) ClientOperation(_ string, _ string, _ bool, _ time.Duration)
- func (*Service) JobCancelled(_ string)
- func (*Service) JobScheduled(_ string)
- func (*Service) JobStartedOnSignal(_ string)
- func (*Service) JobStartedOnTimer(_ string)
- func (*Service) NewEpoch()
- func (*Service) Presenter() string
- func (*Service) StrategyOperation(_ string, _ string, _ string, _ time.Duration)
- func (*Service) SyncCommitteeAggregationCoverage(_ float64)
- func (*Service) SyncCommitteeAggregationsCompleted(_ time.Time, _ phase0.Slot, _ int, _ string)
- func (*Service) SyncCommitteeMessagesCompleted(_ time.Time, _ phase0.Slot, _ int, _ string)
- func (*Service) SyncCommitteeSubscribers(_ int)
- func (*Service) SyncCommitteeSubscriptionCompleted(_ time.Time, _ string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service is a metrics service that drops metrics.
func (*Service) AttestationAggregationCompleted ¶
AttestationAggregationCompleted is called when an attestation aggregation process has completed.
func (*Service) AttestationAggregationCoverage ¶
AttestationAggregationCoverage measures the attestation ratio of the attestation aggregation.
func (*Service) AttestationsCompleted ¶ added in v1.0.3
AttestationsCompleted is called when an attestation process has completed.
func (*Service) BeaconBlockProposalCompleted ¶
BeaconBlockProposalCompleted is called when a block proposal process has completed.
func (*Service) BeaconBlockProposalSource ¶ added in v1.6.0
BeaconBlockProposalSource is called to tag the source of a beacon block proposal.
func (*Service) BeaconCommitteeAggregators ¶
BeaconCommitteeAggregators sets the number of beacon committees for which our validators are aggregating.
func (*Service) BeaconCommitteeSubscribers ¶
BeaconCommitteeSubscribers sets the number of beacon committees to which our validators are subscribed.
func (*Service) BeaconCommitteeSubscriptionCompleted ¶
BeaconCommitteeSubscriptionCompleted is called when an beacon committee subscription process has completed.
func (*Service) BlockDelay ¶
BlockDelay provides the delay between the start of a slot and vouch receiving its block.
func (*Service) ClientOperation ¶
ClientOperation provides a generic monitor for client operations.
func (*Service) JobCancelled ¶
JobCancelled is called when a scheduled job is cancelled.
func (*Service) JobScheduled ¶
JobScheduled is called when a job is scheduled.
func (*Service) JobStartedOnSignal ¶
JobStartedOnSignal is called when a scheduled job is started due to being manually signal.
func (*Service) JobStartedOnTimer ¶
JobStartedOnTimer is called when a scheduled job is started due to meeting its time.
func (*Service) NewEpoch ¶
func (*Service) NewEpoch()
NewEpoch is called when vouch starts processing a new epoch.
func (*Service) StrategyOperation ¶ added in v1.2.0
StrategyOperation provides a generic monitor for strategy operations.
func (*Service) SyncCommitteeAggregationCoverage ¶ added in v1.3.0
SyncCommitteeAggregationCoverage measures the message ratio of the sync committee aggregation.
func (*Service) SyncCommitteeAggregationsCompleted ¶ added in v1.2.0
SyncCommitteeAggregationsCompleted is called when a sync committee aggregation process has completed.
func (*Service) SyncCommitteeMessagesCompleted ¶ added in v1.2.0
SyncCommitteeMessagesCompleted is called when a sync committee message process has completed.
func (*Service) SyncCommitteeSubscribers ¶ added in v1.2.2
SyncCommitteeSubscribers sets the number of sync committees to which our validators are subscribed.