influxdb - Adding Functionality to Grafana WorldMap panel -
i using grafana worldmap panel , influxdb data source plot points of vehicle.
now, when hover on these points, displays n/a:nan
i don't know n/a : nan
, want when hover on these points, should how many times point stored in database(or other info tags associated these points). how can that?
some data influx:
time geohash host location value 1490602036767444479 tekx7nfjs6rt luv-inspiron 100 1490603677196025990 tduw7hf1k3zs luv-inspiron 15 1490603780222510535 ttw58x6qxue9 luv-inspiron 6 1490603911122290125 ttw58x6qxue9 luv-inspiron 6 1490604983924097158 ttqn096mpz59 luv-inspiron 19 1490699614650281185 dr5rsgyct32n luv-inspiron bangalore 19 1490699654166573019 fdf92s8typst luv-inspiron bangalore 19
i added location recently, thats why not having location data.
when add alias(metrics) in metrics tab, these show different colors according values, can please explain why?
you missing 2 additional steps:
- add
alias(metric)
select
query - add
metric
table label field
inworldmap
tab
read more in readme
when add alias(metrics) in metrics tab, these show different colors according values, can please explain why?
that's because defined thresholds under worldmap -> threshold options
Comments
Post a Comment