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.
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.
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.