grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
309 stars 199 forks source link

How to display multiple metrics (name and value) #235

Open pasquy73 opened 4 years ago

pasquy73 commented 4 years ago

Hi all, I would like to display in the popup, on the worldmap-panel, multiple attributes; for example:

New Jersey: 5 errors
items: 100
avg: 33 

My query can provide name1, value1, name2, value2, lat, long, time_sec for location data table and I want to display in the popup

name1: value1
name2: value2

I also tried to use in the location name field and metric field multiple names/values separated by special chars (,, /, etc..).

Is there a way to do this? Thanks for your time

amotl commented 4 years ago

Dear Pasquale,

@sekomarek just asked for #233 and I diverted him to https://github.com/panodata/grafana-map-panel/issues/27. Your request is not exactly the same, but it is also about enriching the contents of the popup.

So, I am humbly asking you to create an issue over at our fork [1], where I will be happy to work on that within one of the next development iterations in the spirit of https://github.com/panodata/grafana-map-panel/issues/20.

However, I currently can't promise about a time frame.

Thanks already and with kind regards, Andreas.

[1] https://github.com/panodata/grafana-map-panel

pasquy73 commented 4 years ago

Hi @amotl, thank you for the reply. Sure, I'll create a new issue in panodata. Best regards