DefaultSpanCodecpublic interface SpanCodec
| Modifier and Type | Field | Description |
|---|---|---|
static SpanCodec |
JSON |
|
static SpanCodec |
THRIFT |
| Modifier and Type | Method | Description |
|---|---|---|
Span |
readSpan(byte[] bytes) |
throws IllegalArgumentException if the span couldn't be decoded
|
byte[] |
writeSpan(Span span) |
|
byte[] |
writeSpans(java.util.List<Span> spans) |
Copyright © 2018 OpenZipkin. All rights reserved.