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/jmx-metrics/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/jmx/JmxMetricInsightInstaller.java
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/jmx/JmxMetricInsightInstallerTest.java
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/main/java/io/opentelemetry/instrumentation/jmx/JmxTelemetryBuilder.java
+46-20Lines changed: 46 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -49,47 +49,73 @@ public JmxTelemetryBuilder beanDiscoveryDelay(Duration delay) {
49
49
}
50
50
51
51
/**
52
-
* Adds built-in JMX rules from classpath resource
52
+
* Adds built-in JMX rules from classpath resource.
53
53
*
54
54
* @param target name of target in /jmx/rules/{target}.yaml classpath resource
55
55
* @return builder instance
56
56
* @throws IllegalArgumentException when classpath resource does not exist or can't be parsed
57
57
*/
58
+
// TODO: deprecate this method after 2.23.0 release in favor of addRules
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/main/java/io/opentelemetry/instrumentation/jmx/yaml/RuleParser.java
0 commit comments