You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -721,7 +721,7 @@ If present, the MetricPoint's Sum Value Sample MetricName MUST have the suffix `
721
721
722
722
An example of a Metric with no labels and a MetricPoint with Sum, Count and Created values:
723
723
724
-
```
724
+
```openmetrics-add-eof
725
725
# TYPE foo summary
726
726
foo_count 17.0
727
727
foo_sum 324789.3
@@ -730,7 +730,7 @@ foo_created 1520430000.123
730
730
731
731
An example of a Metric with no labels and a MetricPoint with two quantiles:
732
732
733
-
```
733
+
```openmetrics-add-eof
734
734
# TYPE foo summary
735
735
foo{quantile="0.95"} 123.7
736
736
foo{quantile="0.99"} 150.0
@@ -747,7 +747,7 @@ Buckets MUST be sorted in number increasing order of "le", and the value of the
747
747
748
748
An example of a Metric with no labels and a MetricPoint with Sum, Count, and Created values, and with 12 buckets. A wide and atypical but valid variety of “le” values is shown on purpose:
749
749
750
-
```
750
+
```openmetrics-add-eof
751
751
# TYPE foo histogram
752
752
foo_bucket{le="0.0"} 0
753
753
foo_bucket{le="1e-05"} 0
@@ -772,7 +772,7 @@ Exemplars without Labels MUST represent an empty LabelSet as {}.
772
772
An example of Exemplars showcasing several valid cases:
773
773
The "0.01" bucket has no Exemplar. The 0.1 bucket has an Exemplar with no Labels. The 1 bucket has an Exemplar with one Label. The 10 bucket has an Exemplar with a Label and a timestamp. In practice all buckets SHOULD have the same style of Exemplars.
0 commit comments