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
In this case org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
and org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
should be excluded from autoconfiguration as they collect similar metrics.
The text was updated successfully, but these errors were encountered:
SystemMetricsProducer isn't part of Spring autoconfiguration.
I suggest to add a possibility to turn on its autoconfiguration by means of application's properties.
For example,
In this case
org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
and
org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
should be excluded from autoconfiguration as they collect similar metrics.
The text was updated successfully, but these errors were encountered: