adriancole opened a new issue #911: Let's make an easy button for adding tags URL: https://github.com/apache/incubator-zipkin-brave/issues/911 Right now, to add tags to the current span involves injecting a SpanCustomizer object, possibly CurrentSpanCustomizer. Feedback from some workshops from @jeffbeck suggest this could be difficult to grok for newbies. A proposal would be to add static methods to `CurrentSpanCustomizer` that mirror the instance ones, deferring to a null checking cascade of Tracing.current() etc.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
