Skip to content

Commit 33c7704

Browse files
committed
fix
1 parent 3bcd788 commit 33c7704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/ignore/AdditionalLibraryIgnoredTypesConfigurer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public void configure(IgnoredTypesBuilder builder) {
105105
.allowClass("org.springframework.boot.web.filter.")
106106
.allowClass("org.springframework.boot.web.servlet.")
107107
.allowClass("org.springframework.boot.web.embedded.netty.GracefulShutdown$$Lambda")
108+
.allowClass("org.springframework.boot.web.embedded.tomcat.GracefulShutdown$$Lambda")
108109
.allowClass(
109110
"org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter$$Lambda")
110111
.allowClass("org.springframework.boot.autoconfigure.BackgroundPreinitializer$")

0 commit comments

Comments
 (0)