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
Today, the handling for http4 requests is the default HttpSpanDecorator.
In this behavior, the captured http.url could be "http4:/url" which is incorrect.
I'd like to add a new Http4SpanDecorator that inherits from HttpSpanDecorator and overrides HttpSpanDecorator::getHttpUrl
and will return the real URL.
I already have the module decorator that could fix that, pls assign this issue to me and i'll open pr :)
Thanks.
The text was updated successfully, but these errors were encountered:
osherv
changed the title
Add Http4SpanDecorator to apache-camel-2.20 instruemtation
Add Http4SpanDecorator to apache-camel-2.20 instrumetation
Nov 15, 2021
Today, the handling for http4 requests is the default HttpSpanDecorator.
In this behavior, the captured http.url could be "http4:/url" which is incorrect.
I'd like to add a new Http4SpanDecorator that inherits from HttpSpanDecorator and overrides HttpSpanDecorator::getHttpUrl
and will return the real URL.
I already have the module decorator that could fix that, pls assign this issue to me and i'll open pr :)
Thanks.
The text was updated successfully, but these errors were encountered: