S - type of the span, usually Spanpublic interface Encoder<S>
| Modifier and Type | Field and Description |
|---|---|
static Encoder<zipkin.Span> |
JSON |
static Encoder<zipkin.Span> |
THRIFT |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(S span)
Serialize a span recorded from instrumentation into its binary form.
|
Encoding |
encoding() |
Copyright © 2016–2017 OpenZipkin. All rights reserved.