1# HELP events_total this is a test metric
2# TYPE events_total counter
3events_total{foo="bar"} 10
4events_total{foo="baz"} 20
5
6# HELP event_duration_seconds_total Query timings
7# TYPE event_duration_seconds_total summary
8event_duration_seconds_total{baz="inner_eval",quantile="0.5"} 1.073e-06
9event_duration_seconds_total{baz="inner_eval",quantile="0.9"} 1.928e-06
10event_duration_seconds_total{baz="inner_eval",quantile="0.99"} 4.35e-06
11event_duration_seconds_total_sum{baz="inner_eval"} 1.8652166505091474e+06
12event_duration_seconds_total_count{baz="inner_eval"} 1.492355615e+09
13event_duration_seconds_total{baz="prepare_time",quantile="0.5"} 4.283e-06
14event_duration_seconds_total{baz="prepare_time",quantile="0.9"} 7.796e-06
15event_duration_seconds_total{baz="prepare_time",quantile="0.99"} 2.2083e-05
16event_duration_seconds_total_sum{baz="prepare_time"} 840923.7919437207
17event_duration_seconds_total_count{baz="prepare_time"} 1.492355814e+09
18event_duration_seconds_total{baz="result_append",quantile="0.5"} 1.566e-06
19event_duration_seconds_total{baz="result_append",quantile="0.9"} 3.223e-06
20event_duration_seconds_total{baz="result_append",quantile="0.99"} 6.53e-06
21event_duration_seconds_total_sum{baz="result_append"} 4.404109951000078
22event_duration_seconds_total_count{baz="result_append"} 1.427647e+06
23event_duration_seconds_total{baz="result_sort",quantile="0.5"} 1.847e-06
24event_duration_seconds_total{baz="result_sort",quantile="0.9"} 2.975e-06
25event_duration_seconds_total{baz="result_sort",quantile="0.99"} 4.08e-06
26event_duration_seconds_total_sum{baz="result_sort"} 3.4123187829998307
27event_duration_seconds_total_count{baz="result_sort"} 1.427647e+06
28
29