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

W

withLink(DatadogSpanLink) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Adds a link to another span in the context of distributed tracing.
withOrigin(String) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Specifies the origin of the span.
withParentContext(DatadogSpanContext) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Sets the parent context for the span being built.
withParentSpan(DatadogSpan) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Sets the parent span for the span being built.
withPartialFlushMinSpans(Integer) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
Configures the builder to enable partial flushes when the number of spans in a specific trace reaches the given threshold.
withResourceName(String) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Specifies the resource name of the span.The resource name is used to describe the operation or endpoint associated with the span.
withSampleRate(Double) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
Sets the sample rate of spans.
withServiceName(String) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
Sets the service name for the tracer.
withStartTimestamp(Long) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Sets the start timestamp for the span being built, specified in microseconds.
withTag(String,Double) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Adds a tag to the span with the specified key and a nullable double value.
withTag(String,Long) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Adds a tag to the span with the specified key and a nullable long value.
withTag(String,Object) - function in com.datadog.android.trace.api.span.DatadogSpanBuilder
Adds a tag to the span with the specified key and a nullable value of any type.
withTag(String,String) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
Adds a global tag which will be appended to all spans created with the built tracer.
withTracingHeadersTypes(Set) - function in com.datadog.android.trace.api.tracer.DatadogTracerBuilder
Configures the builder with the specified set of tracing header types.
A  B  C  D  E  F  G  I  L  N  P  S  T  W