Uses of Interface
zipkin2.reporter.BytesEncoder
-
-
Uses of BytesEncoder in zipkin2.reporter
Classes in zipkin2.reporter that implement BytesEncoder Modifier and Type Class Description classSpanBytesEncoderIncludes built-in formats used in Zipkin.Methods in zipkin2.reporter with parameters of type BytesEncoder Modifier and Type Method Description <S> AsyncReporter<S>AsyncReporter.Builder. build(BytesEncoder<S> encoder)Builds an async reporter that encodes arbitrary spans as they are reported.
-