public abstract class TagPropagationComponent extends Object
TagContext propagation formats.| Constructor and Description |
|---|
TagPropagationComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract TagContextBinarySerializer |
getBinarySerializer()
Returns the
TagContextBinarySerializer for this implementation. |
abstract TagContextTextFormat |
getCorrelationContextFormat()
Returns the
TagContextTextFormat for this implementation. |
public abstract TagContextBinarySerializer getBinarySerializer()
TagContextBinarySerializer for this implementation.TagContextBinarySerializer for this implementation.public abstract TagContextTextFormat getCorrelationContextFormat()
TagContextTextFormat for this implementation.
OpenCensus uses W3C Correlation Context as the HTTP text format. For more details, see correlation-context.
TagContextTextFormat for this implementation.