Skip to content

Commit

Permalink
fix: alternative example
Browse files Browse the repository at this point in the history
Signed-off-by: Manik Rana <[email protected]>
  • Loading branch information
Maniktherana committed Dec 14, 2024
1 parent 6f7889d commit e24e60d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ Furthermore the `CREATED` line itself might look somewhat convoluted compared t
```
# HELP foo Counter with and without labels to certify CT is parsed for both cases
# TYPE foo counter
# CREATED 1520872607.123; {a="b"} 1520872607.123
# CREATED 1520872607.123; {a="b"} 1520872607.123; {le="c"} 1520872621.123
foo_total 17.0 1520879607.789 # {id="counter-test"} 5
foo_total{a="b"} 17.0 1520879607.789 # {id="counter-test"} 5
foo_total{le="c"} 21.0
foo_created{le="c"} 1520872621.123
foo_total{le="1"} 10.0
```

Expand Down

0 comments on commit e24e60d

Please sign in to comment.