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
Hello all,
I found that we cannot pass some custom tags via TracingKafkaUtils.buildAndInjectSpan method, which we usually need when using this library, so we end up writing our wrapper class with the needed method to add the tags.
Is there another way to pass custom tags to spans created with this class?
and in case you think it is a useful feature that can be added to the library, I intend to contribute by adding another variation of buildAndInjectSpan method with additionalTags parameter.
The text was updated successfully, but these errors were encountered:
@malafeev but I can't add a new spanDecorators in 'TracingKafkaProducer', because constructor function TracingKafkaProducer(producer,tracer, spanDecorators,producerSpanNameProvider) is default.
Hello all,
I found that we cannot pass some custom tags via
TracingKafkaUtils.buildAndInjectSpan
method, which we usually need when using this library, so we end up writing our wrapper class with the needed method to add the tags.Is there another way to pass custom tags to spans created with this class?
and in case you think it is a useful feature that can be added to the library, I intend to contribute by adding another variation of
buildAndInjectSpan
method withadditionalTags
parameter.The text was updated successfully, but these errors were encountered: