You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Backend parser to run a query that gathers metrics from my server.
The thing is that I'm receiving the info in an array form, and I would like to have it in each row independently with the corresponding value of the other column (that's also being retrieved in an array form):
For example, taking the first row, the records should be:
Interface
Last Measurement
lan0-rx_bytes
131286.7147821438
Downtime
0
Alarms
0
(Attaching image below with colour references on how the data should be splitted)
I have to perform this operation for every row, so I would like to know if there's any way to achieve this.
Relevant information Grafana version: v10.2.2 Infinity version: v2.8.0 Query information: Type JSON, Parser Backend, Source URL, Format Table, Method GET.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I'm using the Backend parser to run a query that gathers metrics from my server.
The thing is that I'm receiving the info in an array form, and I would like to have it in each row independently with the corresponding value of the other column (that's also being retrieved in an array form):
For example, taking the first row, the records should be:
(Attaching image below with colour references on how the data should be splitted)
I have to perform this operation for every row, so I would like to know if there's any way to achieve this.
Relevant information
Grafana version: v10.2.2
Infinity version: v2.8.0
Query information: Type JSON, Parser Backend, Source URL, Format Table, Method GET.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions