Write out the metric type

This commit is contained in:
Christopher Baines 2020-11-29 08:54:15 +00:00
parent 826704723a
commit 81d8dda118

View file

@ -383,6 +383,9 @@ so that it can receive and store the metric values."
full-name
docstring)))
(simple-format port "# TYPE ~A ~A\n"
full-name (metric-type metric))
(hash-for-each
(lambda (label-values value)
(simple-format