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: