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

Archive project #140

Closed jack-berg closed 1 year ago

jack-berg commented 2 years ago

Archive project in favor of using off the shelf open source components as a replacement. Users can use the micrometer shim to bridge micrometer metrics to the OpenTelemetry metrics SDK, then export those to New Relic with OTLP. Using this type of setup not produce any degradation in experience; however, the histogram experience will improve since open telemetry has support for histograms where as micrometer-registry-newrelic does not.

kford-newrelic commented 2 years ago

Additional discussions and strategy/roadmap reviews in progress.