Skip to content

Commit 2461353

Browse files
committed
Merge branch '6.0.x'
2 parents 468ef7a + 64e04b7 commit 2461353

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

framework-docs/modules/ROOT/pages/integration/observability.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ You can, at any point during request processing, set the error field on the `Obs
125125

126126
include-code::./UserController[]
127127

128+
NOTE: Because the instrumentation is done at the Servlet Filter level, the observation scope only covers the filters ordered after this one as well as the handling of the request.
129+
Typically, the Servlet container error handling is done at a lower level and won't have any active observation nor span.
130+
For this use case, a container-specific implementation is required, such as a `org.apache.catalina.Valve` for Tomcat; this is outside of the scope of this project.
131+
128132
By default, the following `KeyValues` are created:
129133

130134
.Low cardinality Keys

0 commit comments

Comments
 (0)