GrpcClientMetricAutoConfiguration
breaks system metrics
#992
Labels
bug
Something does not work as expected
GrpcClientMetricAutoConfiguration
breaks system metrics
#992
The context
Adding
grpc-client-spring-boot-starter
as a dependency breaks micrometer system metrics. (e.g.system_cpu_usage
is no longer present)The bug
GrpcClientMetricAutoConfiguration
breaks bean post-processing for micrometer registry beans. This blog post has a good explanation.Stacktrace and logs
The application's environment
Which versions do you use?
Additional context
excluding the autoconfiguration class fixes the issue at the cost of grpc metrics
The text was updated successfully, but these errors were encountered: