I want to run 100s of prometheus range vector queries with different metric 
names as well as different labels and value. I want to fetch the data for 
last one hour for all queries, at once

For example:
calls_per_min{account="se", service="serv1"}[1h] 
error_per_min{account="me", host="serv2"}[1h] 
resp_per_min{account="je", others="serv3"}[1h] 

How can I combine these queries into one and get the result all at once? Is 
there a way to combine queries along with the label filters into one and 
fetch range vector for each of the queries at the same time

-- 
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/279f7f65-0814-4ef5-b1c5-7cc1cf540a90n%40googlegroups.com.

Reply via email to