- What Grafana version and what operating system are you using?
Open source Grafana v9.5.1 on Ubuntu
- What are you trying to achieve?
We have multiple time-series coming as different “live measurements” data sources (through websockets):
time=x Component1Metric1=y
time=x Component1Metric2=y
time=x Component2Metric1=y
time=x Component2Metric2=y
We’d want to show a table with the latest values broken down by component and metric, like:
- How are you trying to achieve it?
Tried many regex value mapping override and multiple transformations (series to row, grouping to matrix) but couldn’t make it work.
- What happened?
I feel that this could be achieved with the provided config tools but couldn’t get the table to show the data the way I wanted.
Thanks a lot!