openzipkin / zipkin-reporter-java

Shared library for reporting zipkin spans on transports such as http or kafka
Apache License 2.0
126 stars 69 forks source link

brave: allows AsyncZipkinSpanHandler to be built with custom formats #239

Closed codefromthecrypt closed 8 months ago

codefromthecrypt commented 8 months ago

This is needed for stackdriver and any future OTLP work, as well as developing a standard proto encoder.

codefromthecrypt commented 8 months ago

added tests and will merge on green. Thanks for the look @anuraaga!

codefromthecrypt commented 8 months ago

after this https://github.com/openzipkin-contrib/zipkin-otel can have a brave encoder and sender without dependencies on zipkin types.