Importing GrpcClientMetricAutoConfiguration disables some actuator metrics including hikari-cp, lettuce, jvm, ... #859
Labels
bug
Something does not work as expected
feedback required
Information are missing or feedback for suggestions is requested
incompatibility
Incompatibilities between components or versions
The bug
When I use grpcClient in my server, I cannot see some metrics like jvm, hikari-cp, lettuce and so on from
actuator/metrics
endpoint.But if I comment out the GrpcClientMetricAutoConfiguration importing line, I can see the metrics.
Stacktrace and logs
x
Steps to Reproduce
kotlin code to reproduce:
dependencies in build.gradle.kts:
application.properties:
When you run the server and access localhost:8080/actuator/metrics, you cannot see jvm.* metrics. But if you comment out the GrpcClientMetricAutoConfiguration importing line, you can see jvm.* metrics.
The application's environment
The text was updated successfully, but these errors were encountered: