Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 246 Bytes

File metadata and controls

8 lines (6 loc) · 246 Bytes

encoder-stackdriver-brave

This encodes brave spans into Stackdriver proto3 format.

// connect the sender to the correct encoding
spanHandler = AsyncZipkinSpanHandler.newBuilder(sender).build(new StackdriverV2Encoder(Tags.ERROR));