Transaction.insertDistributedTraceHeaders(Headers)
to create a
distributed tracing payload and Transaction.acceptDistributedTraceHeaders(TransportType, Headers)
to link the services
together.@Deprecated
public interface DistributedTracePayload
Modifier and Type | Method and Description |
---|---|
java.lang.String |
httpSafe()
Deprecated.
Get the distributed trace payload in base64 encoded JSON String format
|
java.lang.String |
text()
Deprecated.
Get the distributed trace payload in JSON String format.
|
java.lang.String text()
java.lang.String httpSafe()