Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PublishOntimeWindowLatency = publishWindowLatency.WithLabelValues("ontime") PublishLateWindowLatency = publishWindowLatency.WithLabelValues("late") )
View Source
var PoetPowDuration = metrics.NewGauge( "poet_pow_duration", namespace, "duration of last PoET Proof of Work in nanoseconds", []string{}, ).WithLabelValues()
View Source
var PostDuration = metrics.NewGauge( "post_duration", namespace, "duration of last PoST in nanoseconds", []string{}, ).WithLabelValues()
View Source
var PostVerificationLatency = metrics.NewHistogramWithBuckets( "post_verification_seconds", namespace, "post verification in seconds", []string{}, prometheus.ExponentialBuckets(1, 2, 20), ).WithLabelValues()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.