A
B
C
D
E
F
G
I
L
N
P
S
T
W
S
- setBundleWithRumEnabled(Boolean) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
- Enables the trace bundling with the current active RUM View.
- setErrorMessage(String) - function in com.datadog.android.trace.api.span.DatadogSpan
- Sets the error message for the current span.
- setIsError(Boolean) - function in com.datadog.android.trace.api.span.DatadogSpan
- Indicates whether the current span is marked as an error.
- setMetric(String,Integer) - function in com.datadog.android.trace.api.span.DatadogSpan
- Sets a metric for the current span with the specified key and value.
- setMetric(CharSequence,Double) - function in com.datadog.android.trace.api.span.DatadogSpanContext
- Sets a numerical metric associated with the span.
- setOperationName(String) - function in com.datadog.android.trace.api.span.DatadogSpan
- The name of the operation represented by the span.
- setResourceName(String) - function in com.datadog.android.trace.api.span.DatadogSpan
- Represents the name of the resource associated with the span.
- setSamplingPriority(Integer) - function in com.datadog.android.trace.api.span.DatadogSpanContext
- Sets the sampling priority for the span.
- setServiceName(String) - function in com.datadog.android.trace.api.span.DatadogSpan
- Defines the name of the service associated with this span.
- setTag(String,String) - function in com.datadog.android.trace.api.span.DatadogSpan
- Associates a tag with the specified value for the current span.
- setTag(String,Boolean) - function in com.datadog.android.trace.api.span.DatadogSpan
- Associates a tag with a boolean value for the current span.
- setTag(String,Number) - function in com.datadog.android.trace.api.span.DatadogSpan
- Associates a tag with a numerical value for the current span.
- setTag(String,Object) - function in com.datadog.android.trace.api.span.DatadogSpan
- Associates a tag with a specified value for the current span.
- setTraceRateLimit(Integer) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
- Sets the trace rate limit.
- start() - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
- Builds and starts a new span with the current configuration of the builder.