-
What Grafana version and what operating system are you using?
Im using Grafana 11.0 on Linux -
What are you trying to achieve?
I’m trying to create a panel from a CloudWatch timeseries data of cpu utilization. The cloudwatch data from Query A only displays a time, i-XXX InstanceId and the CPUUtilization value. The users are stating that they need the i-XXX InstanceID values mapped to an alternative ServerName value. I have created a 2nd data source, Query B, as an Infinity extracted JSON file that contains only the i-XXX values and their equivalent ServerName value. I need to replace the i-XXX values with a ServerName value from the 2nd datasource. -
How are you trying to achieve it?
If I create a mixed datasource, I can successfully retrieve both queries from the 2 datasources but I cant replace the series I-XXX values with the ServerName details from the 2nd datasource.
I’ve tried joining the datasets with join by field and join by labels but neither create a single dataset that I can see. -
What happened?
I can see either the 3 columns of the A query or the 2 from the B query but not merged together -
What did you expect to happen?
I need to see the data in the format in a timeseries graph where the series labels use the replacement ServerName values tather than the I-XXXX values.
I’m sure that this cant be too difficult but I just cant seem to crack this…
Cheers
Shaun