question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WorldMap Visualisation with InfluxDB

See original GitHub issue

This is more a question than an issue. I’m trying to visualize data from my influxdb on the world map. My influx measurement contains tags for country (country_code2 - ISO code of the country)

Reading this post I thought is exactly describes what to configure but it seems not to make sense in grafana 3.1.0.

This is my measurement (country_code2 and continent are tags):

time                Client_Type_of_Visits   Visit_Count application businesstransaction city_name   continent_code  country_code2
1470007192116000000 Desktop Browser         1           B2C         Visits by Channel   Karaganda   AS              KZ
1470007252067000000 Desktop Browser         1           B2C         Visits by Channel   Nassau      NA              BS
> show tag values with key=country_code2
name: Visits by Channel
-----------------------
key     value
country_code2   KZ
country_code2   BS
country_code2   IM
country_code2   DZ
country_code2   CW
country_code2   RU
country_code2   HU

This is my query/config of the worldmap panel (which doesn’t show anything): screen shot 2016-08-01 at 03 20 51 screen shot 2016-08-01 at 03 21 00

So if possible, and for the reference of other users how would one configure the worldmap panel to work with country codes in influxdb?

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
knepperjmcommented, May 28, 2017

I figured it out 👍

0reactions
knepperjmcommented, May 28, 2017
screen shot 2017-05-27 at 6 25 50 pm
Read more comments on GitHub >

github_iconTop Results From Across the Web

Map visualization - InfluxDB Cloud - InfluxData Documentation
The Map visualization displays geo-temporal data on a geographic map.
Read more >
Worldmap with influx db - Dashboards - Grafana Community
Hello, I try to use grafana world map plugin to display data from influx. I tried to use markers, tried to customize it,...
Read more >
Visualizing data around the world with the Grafana Worldmap ...
The plugin supports multiple datasources depending on how your data is stored, i.e. Time series or Table format. We're using InfluxDB as our ......
Read more >
Using Node-Red and Grafana WorldMap for geolocalized ...
Grafana allows us build dashboards, query and visualize the stored data across time efficiently by using, in our case, the InfluxDB database ...
Read more >
Grafana Worldmap Panel | MetricFire Blog
Grafana Worldmap is a free-of-cost panel used to display time-series metrics over a world map. Users can choose to visualize their data ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found