Add the _bucket suffix to metric lines for histograms
This commit is contained in:
parent
9d39235cc8
commit
0b22a8760c
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ so that it can receive and store the metric values."
|
|||
(hash-for-each
|
||||
(lambda (label-values value)
|
||||
(for-each (lambda (index bucket)
|
||||
(write-line full-name
|
||||
(write-line (string-append full-name "_bucket")
|
||||
`(,@label-values
|
||||
(le . ,(if (inf? bucket)
|
||||
"+Inf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue