Skip to content

Commit 68f4429

Browse files
committed
fix(om2): remove redundant wording from Summary Start Timestamp
Align with Counter and Histogram sections by using "SHOULD have a Start Timestamp" consistently. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com> Coded with Claude Sonnet 4.6.
1 parent 3826825 commit 68f4429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ A Summary Sample MUST contain a Count, Sum and a set of quantiles.
418418

419419
Semantically, Count and Sum values are counters so MUST NOT be NaN or negative. Count MUST be an integer.
420420

421-
A Summary SHOULD have a Timestamp value called Start Timestamp. This can help ingestors discern between new metrics and long-running ones it did not see before.
421+
A Summary SHOULD have a Start Timestamp.
422422

423423
Start Timestamp MUST NOT be based on the collection period of quantile values.
424424

0 commit comments

Comments
 (0)