ClientSpanState, LocalSpanState, ServerClientAndLocalSpanState, ServerSpanStateInheritableServerClientAndLocalSpanState, ThreadLocalServerClientAndLocalSpanStatebrave.propagation.TraceContext@Deprecated
public interface CommonSpanState
Should be thread aware since we can have multiple parallel request which means multiple trace/spans.
| Modifier and Type | Method | Description |
|---|---|---|
Endpoint |
endpoint() |
Deprecated.
Gets the Endpoint (ip, port, service name) for this service.
|
java.lang.Boolean |
sample() |
Deprecated.
alias for the sampled flag on
ServerSpanState.getCurrentServerSpan(). |
@Deprecated @Nullable java.lang.Boolean sample()
ServerSpanState.getCurrentServerSpan().Endpoint endpoint()
Copyright © 2018 OpenZipkin. All rights reserved.