Closed tloszabno closed 4 years ago
Thanks for the bug report. We'll take a look at this very soon. If you have an easy fix for it, we welcome contributions!
@tloszabno If you're using the registry from here: https://github.com/micrometer-metrics/micrometer/tree/master/implementations/micrometer-registry-new-relic, that one is not supported by New Relic. We recommend you switch over to this official registry, which exports the metrics as dimensional metrics, rather than custom events.
If you need continued support for the other one, please log a bug in the micrometer project itself.
Thanks!
So I reported the bug to lib I am not using.... sorry, my bad. I will report that bug to that guys also. I will consider switching. Thanks!
@tloszabno no worries! When you're ready to switch to using dimensional metrics, we'd love to help you get started with it, so please reach out if help is needed!
I use spring boot
2.2.5-RELEASE
, after update amicrometer-registry-new-relic
from1.3.5
to1.4.0
my application does not start.Stacktrace:
It seems that you removed the method which is used by spring boot in autoconfiguration for plugin. Backward compatibility is broken now:
NewRelicMetricsExportAutoConfiguration
: