如何在 Spring boot micrometer 中为 New Relic Insights 传递应用程序名称

How to pass application name for New Relic Insights in Spring boot micrometer

我成功地用千分尺配置了 New Relic,但是我观察到没有发送任何应用程序名称。

我想包含它以便能够在不同的环境中进行过滤。

我已经使用 newrelic-api:

从 New Relic 中成功检索到了 app_name
NewRelic.getAgent().config.getValue("app_name")

有了这个值,我刚刚将它传递给了 MeterRegistryCustomizer<MeterRegistry>

中的 commonTags