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 that return BytesEncoder Modifier and Type Method Description static BytesEncoder<zipkin2.Span>SpanBytesEncoder. forEncoding(Encoding encoding)Returns the default Span encoder for given encoding.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.
-