From 8ba34e56efc69916740277095832e6413959584a Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Mon, 9 Mar 2026 18:50:25 +0000 Subject: [PATCH] remove references to additional suffixes on samples Signed-off-by: David Ashpole --- docs/specs/om/open_metrics_spec_2_0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/specs/om/open_metrics_spec_2_0.md b/docs/specs/om/open_metrics_spec_2_0.md index ec10d36fd..b3174923b 100644 --- a/docs/specs/om/open_metrics_spec_2_0.md +++ b/docs/specs/om/open_metrics_spec_2_0.md @@ -814,7 +814,7 @@ foo{entity="controller",env="prod",foo="ccc"} 0.0 #### Gauge -The Sample MetricName for the value of a MetricPoint for a MetricFamily of type Gauge MUST NOT have a suffix. +There are no recommended suffixes for the MetricFamily name for a MetricFamily of type Gauge. An example MetricFamily with a Metric with no labels and a MetricPoint with no timestamp: @@ -911,7 +911,7 @@ foo_total 17.0 1520879607.789 st@1520430000.123 # {trace_id="KOO5S4vxi0o"} 0.67 #### StateSet -The Sample MetricName for the value of a MetricPoint for a MetricFamily of type StateSet MUST NOT have a suffix. +There are no recommended suffixes for the MetricFamily name for a MetricFamily of type StateSet. StateSets MUST have one sample per State in the MetricPoint. Each State's sample MUST have a label with the MetricFamily name as the label name and the State name as the label value. The State sample's value MUST be 1 if the State is true and MUST be 0 if the State is false. @@ -1096,7 +1096,7 @@ The order ensures that implementations can easily skip the Classic Buckets if th #### Unknown -The sample metric name for the value of the MetricPoint for a MetricFamily of type Unknown MUST NOT have a suffix. +There are no recommended suffixes for the MetricFamily name for a MetricFamily of type Unknown. An example with a Metric with no labels and a MetricPoint with no timestamp: