ARCHIVED. TO SEND MICROMETER METRICS TO NEW RELIC, FOLLOW THE DIRECTION IN THE README.md. Micrometer registry implementation that sends data to New Relic as dimensional metrics.
Apache License 2.0
35
stars
19
forks
source link
Update registry to accept New Relic License Key #126
Currently, the registry only accepts the New Relic Insights Insert Key. Update it so it can also accept the New Relic APM License Key.
[ ] update the telemetry sdk dependency to at least 0.12.0. This PR was merged and published.
[ ] make code changes to pass USE_LICENSE_KEY environment variable. Probably in the NewRelicRegistryConfig . See the apiKey() in Spring-Config example for a lead.
Currently, the registry only accepts the New Relic Insights Insert Key. Update it so it can also accept the New Relic APM License Key.
USE_LICENSE_KEY
environment variable. Probably in theNewRelicRegistryConfig
. See theapiKey()
in Spring-Config example for a lead.