-
What Grafana version and what operating system are you using?
-
I wanted to Visualize two Prometheus Query in Grafana in one table as a raw list. the two queries have the same fields. the queries are
increase(message_recieved[$_range])
andincrease(message_sent[$_range])
The table looks like this
-
**I tried to use merge transformation **
-
it visualized them in one raw and two extra columns “value A” and “value B”.
|namespace|pod|service|Value #A|Value #B|
|—|—|—|—|—|
|mkn|mkn_1875|jck|29|36| -
but I wanted it to be visualized in raws.
-
Can you copy/paste the configuration(s) that you are having problems with?
-
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?