Worldmap panel with Prometheus metrics

It does work with geohashes for anyone searching for this. This assumes that you have metrics with labels for geohashes like in the question (exporter_test{country="FR",geo="u09tvrw3xgrb",instance="localhost:2000",job="prometheus"})

  1. Create a query and format as table:
    image
  2. You can switch to the table visualization to see which columns are returned by the query:
    image
  3. Switch back to Worldmap visualization and go to the options. Choose geohash for the Location Data. Choose a column name from the Prometheus query for the geohash, location name and metric fields:
    image
  4. Should now be able to see this on the Worldmap:
1 Like