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

Update 'micrometer-core' and 'telemetry' to latest versions #117

Closed sharomank closed 3 years ago

sharomank commented 3 years ago

Let's update these API dependencies to latest versions:

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

sharomank commented 3 years ago

Just fyi, I've build a new version locally and it works pretty well. I can see posted metrics into New Relic, below init info from logs:

INFO  com.newrelic.telemetry.transport.BatchDataSender - BatchDataSender configured with endpoint https://metric-api.newrelic.com/metric/v1
INFO  com.newrelic.telemetry.micrometer.NewRelicRegistry - New Relic Registry: Version 0.7.0-SNAPSHOT is starting
INFO  io.micrometer.core.instrument.push.PushMeterRegistry - publishing metrics for NewRelicRegistry every 1m

It will be great to release a new version sooner if possible, it contains useful fixes for our project (e.g. https://github.com/newrelic/newrelic-telemetry-sdk-java/pull/251) Thanks!