label_values not working for Prometheus?

Trying to autopopulate app values on dashboard from a query, this is returning null:

label_values(fly_app_concurrency,app)

It seems to my brain like this should work?

It does not work with our “old” metrics endpoint, but should work well with our latest one: Metrics on Fly · Fly

You can also do label_values(app)