-
What are you trying to achieve?
-
Hi everyone
I am working with Grafana to display query performance metrics. Each query is linked with an ID, which ties together all its relevant performance statistics (e.g., CPU usage, duration, execution count, etc.). There are 10 queries in total, and I need to present these metrics in a table format where each row corresponds to one query and its associated stats.
-
How are you trying to achieve it?
I attempted to outer join fields by query IDs, which successfully gathered the metrics. -
What happened?
-
However, instead of each value being placed in the correct column, the queries ended up with their own columns.
-
What did you expect to happen?
-
I expected the query values to be placed in the proper column, with each value aligned one under the other, corresponding to the correct metric for each query.
-
Can you copy/paste the configuration(s) that you are having problems with?
-
It’s working fine if I only specify in query only one id, but when gather all - it’s break