Skip to content

Commit 5eb6197

Browse files
committed
Reword schemas
Signed-off-by: György Krajcsovits <[email protected]>
1 parent e0e7d9d commit 5eb6197

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,12 @@ Classic Bucket values MAY have exemplars. The value of the exemplar MUST be with
286286

287287
##### Native Buckets
288288

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.
290290

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.
294295

295296
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.
296297

0 commit comments

Comments
 (0)