-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Micrometer: MP Rest Client metrics can not be turned off #15323
Labels
Comments
|
micrometer-rest-client.zip
the config is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quarkus version: 1.12.0.Final
I have a MP Rest Client with a few GET endpoints that contain an UUID in the path. Something like this
The problem is that I can't turn off metrics for the rest client using the standard configuration
Everything works fine in Native mode, but not in JVM mode!
It's big issue because that results in a ton of metrics send to our stats server. The rest client emits metrics like this for each UUID
The text was updated successfully, but these errors were encountered: