WorldMap Visualisation with InfluxDB
See original GitHub issueThis 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):
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:
- Created 7 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I figured it out 👍