Hi all,
I’ve seen an example for how to use the world map panel in Grafana to display data here in this old thread: Early access: build Grafana dashboard from Fly metrics - #2 by kurt.
I’ve attempted to replicate it. I have Grafana working and hooked up to my org’s data source. I can see metrics on the Fly dashboard which I imported. I can also run my own queries and get results back.
When I take this query, that works, and put it into a world map panel, I see no data at all.
sum by(region)(fly_edge_http_responses_count{app="$app"}[$__rate_interval])
I’m using the regions JSON endpoint: https://api.fly.io/meta/regions.json
Here’s a screen grab:
Is there anything I need to do to hook this up typically?
Leigh