Write out the metric type
This commit is contained in:
parent
826704723a
commit
81d8dda118
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue