Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReconcileCount = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: genMetricName("reconcile_count"), Help: "Counter on how many times the reconcile loop has occur.", }, labels) ReconcileDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ Name: genMetricName("reconcile_duration"), Help: "Histogram on how much each reconcile loop lasts.", Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10}, }, labels) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.