public class TraceMetadataImpl
extends java.lang.Object
implements com.newrelic.api.agent.TraceMetadata
| Modifier and Type | Field and Description |
|---|---|
static com.newrelic.api.agent.TraceMetadata |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSpanId() |
java.lang.String |
getTraceId() |
boolean |
isSampled() |
public java.lang.String getTraceId()
getTraceId in interface com.newrelic.api.agent.TraceMetadatapublic java.lang.String getSpanId()
getSpanId in interface com.newrelic.api.agent.TraceMetadatapublic boolean isSampled()
isSampled in interface com.newrelic.api.agent.TraceMetadata