add current bucket count
This commit is contained in:
parent
d579dc4a8d
commit
fc034ccf7c
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,6 @@ func registerPrometheus() {
|
|||
prometheus.MustRegister(globalParserHits, globalParserHitsOk, globalParserHitsKo,
|
||||
parser.NodesHits, parser.NodesHitsOk, parser.NodesHitsKo,
|
||||
acquisition.ReaderHits,
|
||||
leaky.BucketsPour, leaky.BucketsUnderflow, leaky.BucketsInstanciation, leaky.BucketsOverflow)
|
||||
leaky.BucketsPour, leaky.BucketsUnderflow, leaky.BucketsInstanciation, leaky.BucketsOverflow, leaky.BucketsCurrentCount)
|
||||
http.Handle("/metrics", promhttp.Handler())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue