Grafana worldmap: table datasource

前端 未结 1 1381
忘掉有多难
忘掉有多难 2021-01-06 10:14

I am trying to use the worldmap plugin of grafana with table data as datasource (in my case influxdb) which got supported with the newest version. link

But sadly I a

相关标签:
1条回答
  • 2021-01-06 10:47

    Here is how I was able to use the worldmap panel with a table datasource from influxdb:

    The table data:

    {
        "measurement": "ghash",
        "tags": {
            "host": host,
            "geohash": geohash
        },
        "fields": {
            "value": 1
        }
    }
    

    The query inside Grafana:

    Worldmap tab:

    0 讨论(0)
提交回复
热议问题