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>pull/13194/head
parent
0474b0bc39
commit
4b71f6ffc2
@ -0,0 +1,15 @@ |
||||
my_histogram_bucket{instance="localhost:8000",job="example2",le="+Inf"} 1.0267820369e+10 1700215884.373 |
||||
my_histogram_bucket{instance="localhost:8000",job="example2",le="+Inf"} 1.026872507e+10 1700215889.373 |
||||
my_histogram_bucket{instance="localhost:8000",job="example2",le="0.01"} 0 1700215884.373 |
||||
my_histogram_bucket{instance="localhost:8000",job="example2",le="0.01"} 0 1700215889.373 |
||||
my_histogram_count{instance="localhost:8000",job="example2"} 1.0267820369e+10 1700215884.373 |
||||
my_histogram_count{instance="localhost:8000",job="example2"} 1.026872507e+10 1700215889.373 |
||||
my_summary_count{instance="localhost:8000",job="example5"} 9.518161497e+09 1700211684.981 |
||||
my_summary_count{instance="localhost:8000",job="example5"} 9.519048034e+09 1700211689.984 |
||||
my_summary_sum{instance="localhost:8000",job="example5"} 5.2349889185e+10 1700211684.981 |
||||
my_summary_sum{instance="localhost:8000",job="example5"} 5.2354761848e+10 1700211689.984 |
||||
up{instance="localhost:8000",job="example2"} 1 1700226034.330 |
||||
up{instance="localhost:8000",job="example2"} 1 1700226094.329 |
||||
up{instance="localhost:8000",job="example3"} 1 1700210681.366 |
||||
up{instance="localhost:8000",job="example3"} 1 1700210686.366 |
||||
# EOF |
||||
@ -0,0 +1,11 @@ |
||||
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 |
||||
Loading…
Reference in new issue