Skip to content

Latest commit

 

History

History

encoder-brave

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

encoder-brave

This encodes brave spans into OTLP proto format.

// Use OTLP encoder when sending to an OTLP backend
spanHandler = AsyncZipkinSpanHandler.newBuilder(sender).build(new OtlpProtoV1Encoder(Tags.ERROR));