Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 221 Bytes

File metadata and controls

8 lines (6 loc) · 221 Bytes

encoder-stackdriver-zipkin

This encodes zipkin spans into Stackdriver proto3 format.

// connect the sender to the correct encoding
reporter = AsyncReporter.newBuilder(sender).build(StackdriverEncoder.V2);