1
0
Fork 0
telegraf/plugins/parsers/openmetrics/testcases/valid_summary/input.txt

10 lines
677 B
Text
Raw Normal View History

# TYPE http_request_duration_microseconds summary
# UNIT http_request_duration_microseconds microseconds
# HELP http_request_duration_microseconds The HTTP request latencies in microseconds.
http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 552048.506
http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 5.876804288e+06
http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 5.876804288e+06
http_request_duration_microseconds_created{handler="prometheus"} 1705509488.3
http_request_duration_microseconds_sum{handler="prometheus"} 1.8909097205e+07
http_request_duration_microseconds_count{handler="prometheus"} 9
# EOF