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
Copy file name to clipboardExpand all lines: docs/specs/om/open_metrics_spec_2_0.md
+52-8Lines changed: 52 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,15 @@ This section MUST be read together with the ABNF section. In case of disagreemen
62
62
63
63
#### Values
64
64
65
-
Metric values in OpenMetrics MUST be either floating points or integers. Note that ingestors of the format MAY only support float64. The non-real values NaN, +Inf and -Inf MUST be supported. NaN MUST NOT be considered a missing value, but it MAY be used to signal a division by zero.
65
+
Metric values in OpenMetrics MUST be either numbers or complex data types.
66
+
67
+
Numbers MUST be either floating points or integers. Note that ingestors of the format MAY only support float64. The non-real values NaN, +Inf and -Inf MUST be supported. NaN MUST NOT be considered a missing value, but it MAY be used to signal a division by zero.
68
+
69
+
Complex data types MUST contain all information necessary to recreate a sample of a Metric Type, with the exception of Created Value and Exemplars.
70
+
71
+
List of complex data types:
72
+
- Integer counter classic histogram for the Metric Type Histogram.
73
+
- Integer classic summary for the Metric Type Summary.
0 commit comments