Skip to content

Commit 973863f

Browse files
krajoramabwplotka
andauthored
Apply suggestions from code review
Co-authored-by: Bartlomiej Plotka <[email protected]> Signed-off-by: George Krajcsovits <[email protected]>
1 parent 16af634 commit 973863f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@ Classic Bucket values MAY have exemplars. The value of the exemplar MUST be with
279279

280280
##### Native Buckets
281281

282-
Histogram MetricPoints with Native Buckets MUST have a Schema value. The Schema is an 8 bit signed integer between -4 and 8. Schemas between -9 and 52 are called Standard (exponential) Schemas, the currently unused Schemas -9 to -5 and 9 to 52 are reserved to be used as Standard Schemas later.
282+
Histogram MetricPoints with Native Buckets MUST have a Schema value. The Schema is an 8 bit signed integer between -4 and 8.
283+
284+
* Schema values between -9 and 52 are called Standard (exponential) Schemas
285+
* Schema values between -9 to -5 and 9 to 52 are reserved to be used as Standard Schemas later.
286+
* Schema value equal to -53 is reserved.
283287

284288
For any Standard Schema n, the Histogram MetricPoint MAY contain positive, negative Native Buckets and MUST contain a zero Native Bucket. Empty positive or negative Native Buckets SHOULD NOT be present.
285289

@@ -932,7 +936,7 @@ foo_count 17 [email protected]
932936
foo_sum 324789.3 [email protected]
933937
```
934938

935-
##### Histogram with native buckets
939+
##### Histogram with Native Buckets
936940

937941
The MetricPoint's value MUST be a complex data type.
938942

0 commit comments

Comments
 (0)