Open karkum opened 5 years ago
This request is similar to https://github.com/openzipkin/brave/issues/357. It would be nice to be able to configure the tracer to send certain tags by default.
It might be possible to override end_span in ZipkinSenderBase to do this? But it would be nice if it was supported natively as a config on the tracer.
end_span
ZipkinSenderBase
This request is similar to https://github.com/openzipkin/brave/issues/357. It would be nice to be able to configure the tracer to send certain tags by default.
It might be possible to override
end_span
inZipkinSenderBase
to do this? But it would be nice if it was supported natively as a config on the tracer.