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-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientAttributesGetter.java
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/SqlQueryAnalyzer.java
Copy file name to clipboardExpand all lines: instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/rpc/RpcAttributesGetter.java
Copy file name to clipboardExpand all lines: instrumentation/jdbc/library/src/main/java/io/opentelemetry/instrumentation/jdbc/datasource/internal/Experimental.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,6 @@ public static void setSqlCommenterEnabled(
42
42
}
43
43
}
44
44
45
-
/**
46
-
* @deprecated Use {@link #setSqlCommenterEnabled(JdbcTelemetryBuilder, boolean)} instead.
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To control the time interval between MBean detection attempts, one can use the `
12
12
13
13
## Predefined metrics
14
14
15
-
JMX is a popular metrics technology used throughout the JVM (see [runtime metrics](../runtime-telemetry/runtime-telemetry-java8/library/README.md)), application servers, third-party libraries, and applications.
15
+
JMX is a popular metrics technology used throughout the JVM (see [runtime metrics](../runtime-telemetry/library/README.md)), application servers, third-party libraries, and applications.
16
16
JMX Metric Insight comes with a number of predefined configurations containing curated sets of JMX metrics for frequently used application servers or frameworks.
17
17
To enable collection of the predefined metrics, specify a list of targets as the value for the `otel.jmx.target.system` property. For example
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-clients/kafka-clients-2.6/library/src/main/java/io/opentelemetry/instrumentation/kafkaclients/v2_6/KafkaTelemetryBuilder.java
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -109,16 +109,6 @@ public KafkaTelemetryBuilder setMessagingReceiveTelemetryEnabled(
109
109
returnthis;
110
110
}
111
111
112
-
/**
113
-
* @deprecated Use {@link #setMessagingReceiveTelemetryEnabled(boolean)} instead.
0 commit comments