Skip to content

Commit 635bb5e

Browse files
authored
Review fixes for opentelemetry-api-1.37:javaagent (#17579)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 96c4ec5 commit 635bb5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/opentelemetry-api/opentelemetry-api-1.37/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/opentelemetryapi/v1_37/incubator/OpenTelemetryApiInstrumentationModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public OpenTelemetryApiInstrumentationModule() {
2525
@Override
2626
public ElementMatcher.Junction<ClassLoader> classLoaderMatcher() {
2727
// skip instrumentation when opentelemetry-api-incubator is not present
28+
// added in 1.37, removed in 1.38
2829
return hasClassesNamed("application.io.opentelemetry.api.incubator.metrics.DoubleGauge");
2930
}
3031

0 commit comments

Comments
 (0)