Skip to content

Commit 00b6c6d

Browse files
committed
fix link
Signed-off-by: David Ashpole <dashpole@google.com>
1 parent abeed26 commit 00b6c6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Metrics are defined by a unique LabelSet within a MetricFamily. Metrics MUST con
144144

145145
Metrics with the same name for a given MetricFamily SHOULD have the same set of label names in their LabelSet.
146146

147-
148147
#### MetricFamily
149148

150149
A MetricFamily MAY have zero or more Metrics. Every Metric within a MetricFamily MUST have a unique LabelSet. A MetricFamily MUST have a name and SHOULD have Help, Type, and Unit metadata.
@@ -704,7 +703,7 @@ Aside from this metadata and the EOF line at the end of the message, you MUST NO
704703

705704
#### Metric
706705

707-
Metrics MUST NOT be interleaved. See the example in "Text format -> Metric types -> StateSet".
706+
Metrics MUST NOT be interleaved. See the [StateSet example](#stateset-1) below.
708707

709708
A Sample without labels or a timestamp and the value 0 MUST be rendered either like:
710709

0 commit comments

Comments
 (0)