-
What Grafana version and what operating system are you using?
8.5 -
What are you trying to achieve?
Trying to build a dashboard -
How are you trying to achieve it?
Get the data from the Prometheus and build the dashboard -
What happened?
With my earlier implementation with InfluxDB 1x It’s very straight forward by running the below query i can achieve it.
SELECT “App” as “Application”, “Env” as “Environment”, “Type” as “Type”, LAST(“value”) as “Total VUsers” FROM “vus_max” GROUP BY (“testid”) ORDER BY time DESC
I new to promQL and I tried different queries but not working. Don’t no how to represent it.
- What did you expect to happen?
Need a similar output using promQL query
- Can you copy/paste the configuration(s) that you are having problems with?
(k6_vus_max{Envi!=“”, TType!=“”, RunID!=“”})
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?