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: instrumentation/apache-httpclient/apache-httpclient-4.3/library/src/main/java/io/opentelemetry/instrumentation/apachehttpclient/v4_3/ApacheHttpClientTelemetryBuilder.java
-32
Original file line number
Diff line number
Diff line change
@@ -35,21 +35,6 @@ public final class ApacheHttpClientTelemetryBuilder {
35
35
this.openTelemetry = openTelemetry;
36
36
}
37
37
38
-
/**
39
-
* Adds an additional {@link AttributesExtractor} to invoke to set attributes to instrumented
40
-
* items. The {@link AttributesExtractor} will be executed after all default extractors.
41
-
*
42
-
* @deprecated Use {@link #addAttributesExtractor(AttributesExtractor)} instead.
Copy file name to clipboardexpand all lines: instrumentation/java-http-client/library/src/main/java/io/opentelemetry/instrumentation/httpclient/JavaHttpClientTelemetryBuilder.java
-31
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,6 @@ public final class JavaHttpClientTelemetryBuilder {
34
34
this.openTelemetry = openTelemetry;
35
35
}
36
36
37
-
/**
38
-
* Adds an additional {@link AttributesExtractor} to invoke to set attributes to instrumented
39
-
* items. The {@link AttributesExtractor} will be executed after all default extractors.
40
-
*
41
-
* @deprecated Use {@link #addAttributesExtractor(AttributesExtractor)} instead.
Copy file name to clipboardexpand all lines: instrumentation/jetty-httpclient/jetty-httpclient-12.0/library/src/main/java/io/opentelemetry/instrumentation/jetty/httpclient/v12_0/JettyClientTelemetryBuilder.java
-30
Original file line number
Diff line number
Diff line change
@@ -49,20 +49,6 @@ public JettyClientTelemetryBuilder setSslContextFactory(
49
49
returnthis;
50
50
}
51
51
52
-
/**
53
-
* Adds an additional {@link AttributesExtractor} to invoke to set attributes to instrumented
54
-
* items.
55
-
*
56
-
* @deprecated Use {@link #addAttributesExtractor(AttributesExtractor)} instead.
Copy file name to clipboardexpand all lines: instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/src/main/java/io/opentelemetry/instrumentation/jetty/httpclient/v9_2/JettyClientTelemetryBuilder.java
-30
Original file line number
Diff line number
Diff line change
@@ -49,20 +49,6 @@ public JettyClientTelemetryBuilder setSslContextFactory(SslContextFactory sslCon
49
49
returnthis;
50
50
}
51
51
52
-
/**
53
-
* Adds an additional {@link AttributesExtractor} to invoke to set attributes to instrumented
54
-
* items.
55
-
*
56
-
* @deprecated Use {@link #addAttributesExtractor(AttributesExtractor)} instead.
Copy file name to clipboardexpand all lines: instrumentation/okhttp/okhttp-3.0/library/src/main/java/io/opentelemetry/instrumentation/okhttp/v3_0/OkHttpTelemetry.java
+1-18
Original file line number
Diff line number
Diff line change
@@ -40,23 +40,6 @@ public static OkHttpTelemetryBuilder builder(OpenTelemetry openTelemetry) {
40
40
this.propagators = propagators;
41
41
}
42
42
43
-
/**
44
-
* Returns a new {@link Interceptor} that can be used with methods like {@link
Copy file name to clipboardexpand all lines: instrumentation/okhttp/okhttp-3.0/library/src/main/java/io/opentelemetry/instrumentation/okhttp/v3_0/OkHttpTelemetryBuilder.java
-30
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,6 @@ public final class OkHttpTelemetryBuilder {
34
34
this.openTelemetry = openTelemetry;
35
35
}
36
36
37
-
/**
38
-
* Adds an additional {@link AttributesExtractor} to invoke to set attributes to instrumented
39
-
* items.
40
-
*
41
-
* @deprecated Use {@link #addAttributesExtractor(AttributesExtractor)} instead.
0 commit comments