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/library/src/main/java/io/opentelemetry/instrumentation/jmx/JmxTelemetryBuilder.java
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -48,28 +48,6 @@ public JmxTelemetryBuilder beanDiscoveryDelay(Duration delay) {
48
48
returnthis;
49
49
}
50
50
51
-
/**
52
-
* Adds built-in JMX rules from classpath resource.
53
-
*
54
-
* @param target name of target in /jmx/rules/{target}.yaml classpath resource
55
-
* @return builder instance
56
-
* @throws IllegalArgumentException when classpath resource does not exist or can't be parsed
57
-
* @deprecated use {@link #addRules(InputStream)} instead
0 commit comments