-
Notifications
You must be signed in to change notification settings - Fork 47
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
Allow overriding operation name via @Traced for MP rest client #151
Comments
@fmhwong promised to implement this one. |
Could this be implemented in SmallRye already? |
Also I feel, that this should define more than just saying "can be overridden", but should include substitutions for otherwise provided things. E.g. |
We didn't make the change as we cancelled 1.4. What is your use case? |
This has been delivered with |
@pilhuhn it could be implemented in SmallRye first.
This is an interesting request, although note that URL is present in the span tags. The span name should be a low cardinality - always the same value for the same operation. @nastacio sorry I do not get your comment. What are you asking for? |
I am remarking that I think this issue is closed. |
Traced annotation applied on a rest client method should override operation name.
The text was updated successfully, but these errors were encountered: