mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 01:54:06 -08:00
4b71f6ffc2
This closes the loop, as the output can be fed into "tsdb create-blocks-from openmetrics" Native histograms are not supported. Signed-off-by: machine424 <ayoubmrini424@gmail.com>
12 lines
410 B
Promela
12 lines
410 B
Promela
my_counter{baz="abc",foo="bar"} 1 0.000
|
|
my_counter{baz="abc",foo="bar"} 2 60.000
|
|
my_counter{baz="abc",foo="bar"} 3 120.000
|
|
my_counter{baz="abc",foo="bar"} 4 180.000
|
|
my_counter{baz="abc",foo="bar"} 5 240.000
|
|
my_gauge{abc="baz",bar="foo"} 9 0.000
|
|
my_gauge{abc="baz",bar="foo"} 8 60.000
|
|
my_gauge{abc="baz",bar="foo"} 0 120.000
|
|
my_gauge{abc="baz",bar="foo"} 4 180.000
|
|
my_gauge{abc="baz",bar="foo"} 7 240.000
|
|
# EOF
|