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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,11 +286,12 @@ Classic Bucket values MAY have exemplars. The value of the exemplar MUST be with
286
286
287
287
##### Native Buckets
288
288
289
-
Histogram MetricPoints with Native Buckets MUST have a Schema value. The Schema MUST be an 8 bit signed integer between -4 and 8 (inclusive).
289
+
Histogram MetricPoints with Native Buckets MUST have a Schema value. The Schema MUST be an 8 bit signed integer between -4 and 8 (inclusive), these are called Standard (exponential) schemas.
290
290
291
-
* Schema values between -9 and 52 are called Standard (exponential) Schemas
292
-
* Schema values between -9 to -5 and 9 to 52 are reserved to be used as Standard Schemas later.
293
-
* Schema value equal to -53 is reserved.
291
+
Schema values outside the -4 to 8 range are reserved for future use and MUST NOT be used. In particular:
292
+
293
+
* Schema values between -9 to -5 and 9 to 52 are reserved for use as Standard (exponential) Schemas.
294
+
* Schema value equal to -53 is reserved for use for Custom Buckets Schema.
294
295
295
296
For any Standard Schema n, the Histogram MetricPoint MAY contain positive and/or negative Native Buckets and MUST contain a zero Native Bucket. Empty positive or negative Native Buckets SHOULD NOT be present.
0 commit comments