Re: [prometheus-users] Re: Need help in querying multiple metrics at the same time

2021-05-14 Thread 'Matt Wilder' via Prometheus Users
you have three options: 1) Issue the requests in parallel. Provided the dataset size isn't too huge, and your prometheus instance has enough cpu/memory to handle the load, this could work 2) Use regexes on the vector names {__name__=~"(calls|error|resp)_per_min, account=~"se|me|je", ...} 3)

[prometheus-users] Re: Need help in querying multiple metrics at the same time

2021-05-14 Thread gokul krish
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