Closed pavolloffay closed 6 years ago
@pavolloffay should I still log something to the active span (e.g. https://github.com/opentracing-contrib/java-spring-messaging/blob/master/opentracing-spring-messaging/src/main/java/io/opentracing/contrib/spring/integration/messaging/OpenTracingChannelInterceptor.java#L74) or is that unnecessary too?
I think it's unnecessary. These events are zipkin specific, for example server send is modeled as span start with an appropriate tag.
Events in
Events
class are zipkin specific. They are not needed