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
Many of them have a stop method but it isn't called when the context is closed. As a result the registry doesn't tidy up its resources. For example, the Ganglia exporter leaks threads. This is apparent in our tests for the auto-configuration, but it will also affect apps where the lifecycle of an application context that's using Micrometer isn't the same as the lifecycle of the JVM.
I think we need to configure stop as a custom destroy method.