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

Metric values line by line #256

Open vmanju123 opened 4 years ago

vmanju123 commented 4 years ago

My filed metrics for map panel has following metrics from a elastic database

  1. applicationLatency
  2. applicationDescription
  3. clientGeo applicationLatency is a number(microseconds) , applicationDescription is a Key and has multiple values, and clientGeo is the geopoint hash , on map panel the display for a geo point comes up as

https: 173.45ms ssl 180.56ms smb 1803.87ms

and the list keeps growing in same line as number of apps in applicationdescription for a given geohash keeps increasing, is there a way to list this line by line as below

https: 173.45ms ssl 180.56ms smb 1803.87ms

on the map ? have a screenshot but could not find a method to add it to the issue thanks vmanju123

vmanju123 commented 4 years ago

image

vmanju123 commented 4 years ago

example attached above, would like to see SIP and SMB in 2 different lines