Skip to content

Commit 8696022

Browse files
committed
keep restriction on naming
Metric might be converted back into classic series. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
1 parent d0228a0 commit 8696022

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Exposers SHOULD avoid names that could be confused with the suffixes that text f
139139

140140
* Suffixes for the respective types are:
141141
* Counter: `_total`
142+
* Summary: `_count`, `_sum`, `` (empty)
143+
* Histogram: `_count`, `_sum`, `_bucket`
144+
* GaugeHistogram: `_gcount`, `_gsum`, `_bucket`
142145
* Info: `_info`
143146
* Gauge: `` (empty)
144147
* StateSet: `` (empty)

0 commit comments

Comments
 (0)