-
- All Implemented Interfaces:
-
com.datadog.trace.bootstrap.instrumentation.api.AgentSpan.Context
public interface AgentSpan.Context.Extracted implements AgentSpan.Context
-
-
Method Summary
Modifier and Type Method Description abstract List<AgentSpanLink>getTerminatedContextLinks()Gets the span links related to the other terminated context. abstract StringgetForwarded()abstract StringgetFastlyClientIp()abstract StringgetCfConnectingIp()abstract StringgetCfConnectingIpv6()abstract StringgetXForwardedProto()abstract StringgetXForwardedHost()abstract StringgetXForwardedPort()abstract StringgetForwardedFor()abstract StringgetXForwarded()abstract StringgetXForwardedFor()abstract StringgetXClusterClientIp()abstract StringgetXRealIp()abstract StringgetXClientIp()abstract StringgetUserAgent()abstract StringgetTrueClientIp()abstract StringgetCustomIpHeader()-
Methods inherited from class com.datadog.trace.bootstrap.instrumentation.api.AgentSpan.Context
baggageItems, getPathwayContext, getSamplingPriority, getSpanId, getTrace, getTraceId, mergePathwayContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTerminatedContextLinks
abstract List<AgentSpanLink> getTerminatedContextLinks()
Gets the span links related to the other terminated context.
-
getForwarded
abstract String getForwarded()
-
getFastlyClientIp
abstract String getFastlyClientIp()
-
getCfConnectingIp
abstract String getCfConnectingIp()
-
getCfConnectingIpv6
abstract String getCfConnectingIpv6()
-
getXForwardedProto
abstract String getXForwardedProto()
-
getXForwardedHost
abstract String getXForwardedHost()
-
getXForwardedPort
abstract String getXForwardedPort()
-
getForwardedFor
abstract String getForwardedFor()
-
getXForwarded
abstract String getXForwarded()
-
getXForwardedFor
abstract String getXForwardedFor()
-
getXClusterClientIp
abstract String getXClusterClientIp()
-
getXRealIp
abstract String getXRealIp()
-
getXClientIp
abstract String getXClientIp()
-
getUserAgent
abstract String getUserAgent()
-
getTrueClientIp
abstract String getTrueClientIp()
-
getCustomIpHeader
abstract String getCustomIpHeader()
-
-
-
-