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/servlet/servlet-3.0/library/src/main/java/io/opentelemetry/instrumentation/servlet/v3_0/OpenTelemetryServletFilter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
/**
25
25
* OpenTelemetry Library instrumentation for Java Servlet based applications that can't use a Java
26
-
* Agent. Due to inherit limitations in the servlet filter API, instrumenting at the filter level
26
+
* Agent. Due to inherent limitations in the servlet filter API, instrumenting at the filter level
27
27
* will miss anything that happens earlier in the filter stack or problems handled directly by the
28
28
* app server. For this reason, Java Agent instrumentation is preferred when possible.
0 commit comments