Skip to content

Commit 77a1036

Browse files
committed
Update ABNF representation of Created Values
Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent f24c2ab commit 77a1036

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ metric = *sample
321321
metric-type = counter / gauge / histogram / gaugehistogram / stateset
322322
metric-type =/ info / summary / unknown
323323
324-
sample = metricname [labels] SP number [SP timestamp] [exemplar] LF
324+
sample = metricname [labels] SP number [SP timestamp] [SP created] [exemplar] LF
325325
326326
exemplar = SP HASH SP labels SP number [SP timestamp]
327327
@@ -383,6 +383,8 @@ escaped-char =/ BS normal-char
383383
384384
; Any unicode character, except newline, double quote, and backslash
385385
normal-char = %x00-09 / %x0B-21 / %x23-5B / %x5D-D7FF / %xE000-10FFFF
386+
387+
created = "ct@" timestamp
386388
```
387389

388390
#### Overall Structure

0 commit comments

Comments
 (0)