You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/dd-sdk-android-trace-otel/src/test/kotlin/com/datadog/android/trace/opentelemetry/OtelTracerBuilderProviderTest.kt
open class com.datadog.android.okhttp.trace.DeterministicTraceSampler : com.datadog.android.core.sampling.DeterministicSampler<Span>
33
+
open class com.datadog.android.okhttp.trace.DeterministicTraceSampler : com.datadog.android.core.sampling.DeterministicSampler<com.datadog.trace.bootstrap.instrumentation.api.AgentSpan>
34
34
constructor(() -> Float)
35
35
constructor(Float)
36
36
constructor(Double)
37
37
fun okhttp3.Request.Builder.parentSpan(io.opentracing.Span): okhttp3.Request.Builder
fun onRequestIntercepted(okhttp3.Request, Span, okhttp3.Response?, Throwable?)
39
+
fun onRequestIntercepted(okhttp3.Request, com.datadog.trace.bootstrap.instrumentation.api.AgentSpan, okhttp3.Response?, Throwable?)
40
40
open class com.datadog.android.okhttp.trace.TracingInterceptor : okhttp3.Interceptor
41
41
override fun intercept(okhttp3.Interceptor.Chain): okhttp3.Response
42
42
protected open fun onRequestIntercepted(com.datadog.android.api.feature.FeatureSdkCore, okhttp3.Request, com.datadog.trace.bootstrap.instrumentation.api.AgentSpan?, okhttp3.Response?, Throwable?)
0 commit comments