newrelic / micrometer-registry-newrelic

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

Allow registry to use BatchDataSender with useLicenseKey enabled #130

Closed 0x006EA1E5 closed 3 years ago

0x006EA1E5 commented 3 years ago

This is essential for us to be able to automatically configure micrometer metrics via terraform, as it is not possible to provision an Insights Insert Key via any NewRelic API

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

0x006EA1E5 commented 3 years ago

Hey @XiXiaPdx thanks for the quick merge! Can you give any indication when this will be released, and we will be able to use it? Thanks

XiXiaPdx commented 3 years ago

Hey @XiXiaPdx thanks for the quick merge! Can you give any indication when this will be released, and we will be able to use it? Thanks

It's available now - https://search.maven.org/artifact/com.newrelic.telemetry/micrometer-registry-new-relic/0.8.0/jar

Thank you again for the contribution!