On Tuesday, 14 July 2020 13:44:52 UTC+1, Srikanth Chekuri wrote:
>
>
> The query http_requests_total{job="apiserver", handler="/tests"}  gives 
> me the data I need.


I don't think it does - you say you want a table with other values like 
handler="/scores", handler="/runs" etc.

Why does this query not do what you want?

     http_requests_total{job="apiserver"}

It will give you a separate answer for every timeseries, which means every 
unique value of the "handler" label.  It's the table you asked for.  Try it 
in the promQL browser in the prometheus web interface.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/c802a35f-6237-457b-8726-e01a41802bd6o%40googlegroups.com.

Reply via email to