Grafana & Prometheus how to group values by label after regex applied?
I’ve been trying to create a query that displays the average latency of each path on my application, while using Promql on Grafana:
Grafana & Prometheus how to group values by label after regex applied?
I’ve been trying to create a query that displays the average latency of each path on my application, while using Promql on Grafana:
PromQl query for how long a process ran over time
Using Prometheus and Grafana, I want to show how long a windows process has been running for, in a selected time range.
With:
Prometheus join use all values from left and only use right for filtering
I am trying to do a query with a “join” between two metrics, the right-hand metric is just there to filter on a field that is not in the metric I actually want. I have finally gotten it to the point where it returns the correct filtered instances, but it is using the value from the wrong side.
Is there a way to combine multiple values into one for display in Grafana?
I have data in Prometheus for version numbers, but it’s broken into major, minor, revision and build separately – so for example in Grafana I can use:
PromQL query for specific duration
Stuck on a simple task.
The request should only be processed if the request condition is true for more than 10 minutes.
How to use metric label values as X-Axis in Grafana Bar Chart?
I am attempting to display historical metrics of test results in Grafana Bar Chart using Prometheus as a data source. The goal is to display a summary of failed/passed test cases per day/build_id (date serves as build id here since this only concerns daily builds). In detail I am attempting to make the x-axis of the chart display values of ‘date’ label of the metrics I am filtering with a query.
How to query Prometheus only once for multiple queries in Grafana
I have a number of Prometheus queries in a Grafana panel that use this structure:
Get the number of queries whose execution time is more than 3 seconds
I have a specific endpoint and for it, I need to form the correct request to get all requests for the last 5 minutes that have an execution time of more than 3 seconds and check that their number is more than 10
PromQL: Get the number of queries whose execution time is more than 3 seconds
I have a specific endpoint and for it I need to form the correct request to get all requests for the last 5 minutes that have a execution time of more than 3 seconds and check that their number is more than 10