Is it possible to define additional tags for default Spring Boot 2 metrics?
问题 Recently I switched to Spring Boot 2 with Micrometer . As I got these shiny new metrics, I talked with our DevOps guys and we started exporting them to Telegraf . To distinguish between different applications and application nodes, we decided to use tags. This works perfectly for custom metrics, but now I started thinking about the pre-defined. To achieve the same for default metrics, I need an ability to add extra tags for them as well. Is it possible to achieve this? Am I doing this right?