aboutsummaryrefslogtreecommitdiff
path: root/prometheus.scm
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus.scm')
-rw-r--r--prometheus.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/prometheus.scm b/prometheus.scm
index bae0695..2a181f8 100644
--- a/prometheus.scm
+++ b/prometheus.scm
@@ -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"