A  B  C  D  E  F  G  I  L  N  P  S  T  W 

G

getAttributes() - function in com.datadog.android.trace.api.span.DatadogSpanLink
A map containing key-value pairs of additional attributes associated with a Datadog span.
getDEFAULT() - function in com.datadog.android.trace.api.DatadogTracingConstants.ErrorPriorities
Represents the default value used in contexts where a specific value is not provided.
getDEFAULT_ASYNC_PROPAGATING() - function in com.datadog.android.trace.api.DatadogTracingConstants
Represents the default value for enabling or disabling asynchronous context propagation in Datadog's tracing implementation.
getDurationNano() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the duration of a span in nanoseconds.
getERROR_KIND() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
The type or "kind" of an error (only for event="error" logs).
getERROR_MSG() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
String representing the error message.
getERROR_OBJECT() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
The actual Throwable/Exception/Error object instance itself.
getERROR_TYPE() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
String representing the type of the error.
getEVENT() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
A stable identifier for some notable moment in the lifetime of a Span.
getHTTP_SERVER_DECORATOR() - function in com.datadog.android.trace.api.DatadogTracingConstants.ErrorPriorities
Represents the HTTP server decorator value.
getIsError() - function in com.datadog.android.trace.api.span.DatadogSpan
Indicates whether the current span is marked as an error.
getIsRootSpan() - function in com.datadog.android.trace.api.span.DatadogSpan
Indicates whether the current span is the root span in a trace.
getKEY_ANALYTICS_SAMPLE_RATE() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the key used for tagging the analytics sample rate in the Datadog tracer.
getKEY_ERROR_MSG() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
String representing the error message.
getKEY_ERROR_STACK() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Human readable version of the stack.
getKEY_ERROR_TYPE() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
String representing the type of the error.
getKEY_HTTP_METHOD() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Indicates the desired action to be performed for a given resource.
getKEY_HTTP_STATUS() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
The HTTP response status code.
getKEY_HTTP_URL() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
The URL of the HTTP request.
getKEY_SPAN_KIND() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the key used for tagging the kind of a span in the Datadog tracer.
getLocalRootSpan() - function in com.datadog.android.trace.api.span.DatadogSpan
Refers to the local root span within a trace hierarchy.
getMESSAGE() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
A concise, human-readable, one-line message explaining the event.
getOperationName() - function in com.datadog.android.trace.api.span.DatadogSpan
The name of the operation represented by the span.
getParentSpanId() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the parent span's unique identifier in a trace.
getPARTIAL_FLUSH_MIN_SPANS() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
A configuration key used to set the minimum number of spans required to trigger a partial flush of trace data.
getPROPAGATION_STYLE_EXTRACT() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
Constant used to specify the propagation style for extracting context headers during distributed tracing.
getPROPAGATION_STYLE_INJECT() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
Defines the property key for configuring the propagation style during the injection phase.
getRESOURCE_NAME() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the resource name tag used for tracing spans.
getResourceName() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the name of the resource associated with the span.
getSampled() - function in com.datadog.android.trace.api.span.DatadogSpanLink
Indicates whether the Datadog span has been sampled.
getSAMPLER_DROP() - function in com.datadog.android.trace.api.DatadogTracingConstants.PrioritySampling
The sampler has decided to drop the trace.
getSAMPLER_KEEP() - function in com.datadog.android.trace.api.DatadogTracingConstants.PrioritySampling
The sampler has decided to keep the trace.
getSamplingPriority() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the sampling priority of the span, which determines if the span should be included or excluded from trace collection and analysis.
getSamplingPriority() - function in com.datadog.android.trace.api.span.DatadogSpanContext
Represents the sampling priority value for a span.
getSDK_V2_COMPATIBILITY_FLAG() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
A constant flag used to toggle compatibility with SDK version 2 for the tracer.
getSERVICE_NAME() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
A constant key used to retrieve or set the service name configuration in the tracer's properties or context.
getServiceName() - function in com.datadog.android.trace.api.span.DatadogSpan
Defines the name of the service associated with this span.
getSPAN_TAGS() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
The configuration key used to set span-level tags in the tracer.
getSpanId() - function in com.datadog.android.trace.api.span.DatadogSpanContext
Represents the unique identifier for a Datadog span.
getSpanId() - function in com.datadog.android.trace.api.span.DatadogSpanLink
The unique identifier for a Datadog span.
getSTACK() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
A stack trace in platform-conventional format; may or may not pertain to an error.
getStartTimeNanos() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the start time of the span in nanoseconds.
getSTATUS() - function in com.datadog.android.trace.api.DatadogTracingConstants.LogAttributes
Represents the key for a log attribute used to specify the status of a log entry.
getTag(String) - function in com.datadog.android.trace.api.span.DatadogSpan
Retrieves the value associated with the specified tag for the current span.
getTAGS() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
A constant representing the property key used for setting custom global tracer tags.
getTags() - function in com.datadog.android.trace.api.span.DatadogSpanContext
Represents a collection of tags associated with the span.
getTRACE_RATE_LIMIT() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
Configuration key for setting the trace rate limit in the tracer.
getTRACE_SAMPLE_RATE() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
The configuration key used to set the trace sample rate for the tracer.
getTraceId() - function in com.datadog.android.trace.api.span.DatadogSpan
Represents the unique identifier for a trace in the Datadog tracing system.
getTraceId() - function in com.datadog.android.trace.api.span.DatadogSpanContext
Represents the unique identifier for a Datadog trace.
getTraceId() - function in com.datadog.android.trace.api.span.DatadogSpanLink
The unique identifier for a Datadog trace.
getTraceStrace() - function in com.datadog.android.trace.api.span.DatadogSpanLink
Represents a string representation of a specific trace related to the Datadog span.
getUNSET() - function in com.datadog.android.trace.api.DatadogTracingConstants.PrioritySampling
Implementation detail of the client.
getUNSET() - function in com.datadog.android.trace.api.DatadogTracingConstants.ErrorPriorities
Represents the unset value for error prioritization within the Datadog tracing system.
getURL_AS_RESOURCE_NAME() - function in com.datadog.android.trace.api.DatadogTracingConstants.TracerConfig
A constant representing the configuration key for enabling or disabling the rule that uses URLs as resource names in tracing.
getUSER_DROP() - function in com.datadog.android.trace.api.DatadogTracingConstants.PrioritySampling
The user has decided to drop the trace.
getUSER_KEEP() - function in com.datadog.android.trace.api.DatadogTracingConstants.PrioritySampling
The user has decided to keep the trace.
getVALUE_SPAN_KIND_CLIENT() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the value used for tagging a span as a "client" in the Datadog tracer with KEY_SPAN_KIND key.
getVALUE_SPAN_KIND_CONSUMER() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the value used for tagging a span as a "consumer" in the Datadog tracer.
getVALUE_SPAN_KIND_PRODUCER() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the value used for tagging a span as a "producer" in the Datadog tracer.
getVALUE_SPAN_KIND_SERVER() - function in com.datadog.android.trace.api.DatadogTracingConstants.Tags
Represents the value used for tagging a span as a "server" in the Datadog tracer with KEY_SPAN_KIND key.
A  B  C  D  E  F  G  I  L  N  P  S  T  W