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
Adding a functional interface to adjust the Zipkin's SpanBuilder before the Span is built and reported could allow to highly customize the built span according to one's needs without adding anything to the architecture.
For example for this issue #500 (comment) one could apply a customizer to verify the the tags to retrieve the URL and then rename the span accordingly.
Adding a functional interface to adjust the Zipkin's
SpanBuilder
before the Span is built and reported could allow to highly customize the built span according to one's needs without adding anything to the architecture.For example for this issue #500 (comment) one could apply a customizer to verify the the tags to retrieve the URL and then rename the span accordingly.
Similar to this: https://github.com/openzipkin/zipkin-sparkstreaming#adjuster
cc @adriancole @ouaibsky @s-spindler
The text was updated successfully, but these errors were encountered: