Grafana is using InfluxDB as its data source. Each series in influx has two measurements: the true measurement ("temperature"), and a city name "denver". For each series, the city name never changes, but the series names themselves are geographic coordinates.
I am able to plot the temperature for each city over time, on grafana. I'd also like to use the city name somewhere, for example the legend, or a table under the graph. I don't want to use the city name exclusively - I still want the coordinates to be the main thing shown in the legend.
How can I access this other measurement and show it either in a table under the graph, or in the graph alongside the current legend? Would it be easier to store the city name elsewhere for referencing?