Is there any way to add `application` tag to standard prometheus micrometer metrics?

I have few spring-boot microservices with actuator and exposed prometheus metrics. For example: # HELP process_uptime_seconds The uptime of the Java virtual machine # TYPE process_uptime_seconds gauge process_uptime_seconds 3074.971 But there is no application tag, so I’m not able to bind it to a certain application within a grafana dashboard… Also I expect to have… Read More Is there any way to add `application` tag to standard prometheus micrometer metrics?