SpringBoot APM Dashboard - Application variable equates to None

  • What Grafana version and what operating system are you using? 7.5.4

  • What are you trying to achieve?
    I imported grafana JVM Micrometer dashboard id: 10731. However, Application variable on the dashboard is showing as “None”

Anyone here has experience as to how to make the Application variable contains actual application name? Source is data is prometheus.
Thanks!
image

Hi @scrappedprince

Do you have the prometheus datasource configured already? Can you return queries on it? If so I would go to the Dashboard settings and inspect the query used for each variable:

If you run that query: label_values(application) in Explore against your prometheus datasource, does it return any values?

This topic was automatically closed after 365 days. New replies are no longer allowed.