Can someone suggest if this is possible or not.

On Thursday, May 13, 2021 at 2:52:17 PM UTC-4 gokul krish wrote:

> 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/5c77c5db-86e3-484d-aa67-4b687bee84d5n%40googlegroups.com.

Reply via email to