You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Micrometer's MeterRegistry should be "configured" (see MeterRegistry.Config) before registering Meter instances to it. For example MeterFilters should be configured before a Meter has been registered to the registry.
Historically, Micrometer has allowed configuring MeterFilters after meters have been registered but due to certain performance optimizations with micrometer-metrics/micrometer#4917 we took a step toward warning users about this situation.
It seems in certain cases Vert.x configures a MeterFilter after a Meter has been registered to the registry causing the warning mentioned above. See micrometer-metrics/micrometer#4920 (comment) by @sanyarnd with a reproducer.
@sanyarnd could you please provide the Vert.x version you are using and any additional details you have?
The text was updated successfully, but these errors were encountered:
Micrometer's
MeterRegistry
should be "configured" (seeMeterRegistry.Config
) before registeringMeter
instances to it. For exampleMeterFilter
s should be configured before aMeter
has been registered to the registry.Historically, Micrometer has allowed configuring
MeterFilter
s after meters have been registered but due to certain performance optimizations with micrometer-metrics/micrometer#4917 we took a step toward warning users about this situation.See:
It seems in certain cases Vert.x configures a
MeterFilter
after aMeter
has been registered to the registry causing the warning mentioned above. See micrometer-metrics/micrometer#4920 (comment) by @sanyarnd with a reproducer.@sanyarnd could you please provide the Vert.x version you are using and any additional details you have?
The text was updated successfully, but these errors were encountered: