You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that several interfaces have anonymous implementation in it.
STANDARD_TAGS in ServletFilterSpanDecorator
STANDARD_LOGS in HandlerInterceptorSpanDecorator
HANDLER_METHOD_OPERATION_NAME in HandlerInterceptorSpanDecorator
Is there a reason?
I wanted to add queryString to Tags.HTTP_URL but since I can't extend STANDARD_TAGS, I have to create my own class and copy paste all methods and change what I need. If I could extend the class, I could have just override onRequest.
The text was updated successfully, but these errors were encountered:
I noticed that several interfaces have anonymous implementation in it.
STANDARD_TAGS
inServletFilterSpanDecorator
STANDARD_LOGS
inHandlerInterceptorSpanDecorator
HANDLER_METHOD_OPERATION_NAME
inHandlerInterceptorSpanDecorator
Is there a reason?
I wanted to add queryString to
Tags.HTTP_URL
but since I can't extendSTANDARD_TAGS
, I have to create my own class and copy paste all methods and change what I need. If I could extend the class, I could have just overrideonRequest
.The text was updated successfully, but these errors were encountered: