It’d be useful for us to have a chart showing how many nodes there are in each region over time. This is especially useful for apps that have balanced/standard autoscaling applied.
Also, it seems that the VM service concurrency graph only shows currently active requests so it would be useful if there was another graph showing the total number of new connections in the last sample period.
If it’s already possible to achieve this through Grafana then I’d be happy with a point in the right direction.
I’m not sure if app_service_concurrency is working as expected.
fly status tells me I have 9 nodes in syd and 1 in sin but app_service_concurrency is telling me I have 1 in nrt, 1 in sin and 48 in syd using count(app_service_concurrency{app="$app"}) by (region)