-
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
Verify that we do not exceed the number of tags that can be recorded for HTTP requests #44998
Verify that we do not exceed the number of tags that can be recorded for HTTP requests #44998
Conversation
/cc @brunobat (micrometer), @ebullient (micrometer) |
This comment has been minimized.
This comment has been minimized.
Will add a property to activate the blocade to this PR. This will be off by default, for now. |
…for HTTP requests This commits adds tests to verify that we do not exceed the number of tags that can be recorded for HTTP requests. It tests: - Jax-RS OK, 400 and 500 - Reactive routes OK, 400 and 500 - Programmatic routes OK, 400 and 500
add75a1
to
7c3c88d
Compare
@cescoffier , do you agree with my commit? |
🎊 PR Preview 603b6d6 has been successfully built and deployed to https://quarkus-pr-main-44998-preview.surge.sh/version/main/guides/
|
Status for workflow
|
Status for workflow
|
@brunobat yes, it makes sense! |
@brunobat ahould we merge it? |
Thanks for merging it. I missed your last message. |
This PR adds tests to verify that we do not exceed the number of tags that can be recorded for HTTP requests.
It tests: