Skip to content

Commit 3351215

Browse files
committed
Update another example with new syntax
Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent 6d58dd4 commit 3351215

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -783,14 +783,13 @@ The "0.01" bucket has no Exemplar. The 0.1 bucket has an Exemplar with no Labels
783783

784784
```openmetrics-add-eof
785785
# TYPE foo histogram
786-
foo_bucket{le="0.01"} 0
787-
foo_bucket{le="0.1"} 8 # {} 0.054
788-
foo_bucket{le="1"} 11 # {trace_id="KOO5S4vxi0o"} 0.67
789-
foo_bucket{le="10"} 17 # {trace_id="oHg5SJYRHA0"} 9.8 1520879607.789
790-
foo_bucket{le="+Inf"} 17
791-
foo_count 17
792-
foo_sum 324789.3
793-
foo_created 1520430000.123
786+
foo_bucket{le="0.01"} 0 [email protected]
787+
foo_bucket{le="0.1"} 8 [email protected] # {} 0.054
788+
foo_bucket{le="1"} 11 [email protected] # {trace_id="KOO5S4vxi0o"} 0.67
789+
foo_bucket{le="10"} 17 [email protected] # {trace_id="oHg5SJYRHA0"} 9.8 1520879607.789
790+
foo_bucket{le="+Inf"} 17 [email protected]
791+
foo_count 17 [email protected]
792+
foo_sum 324789.3 [email protected]
794793
```
795794

796795
##### GaugeHistogram

0 commit comments

Comments
 (0)