Skip to content

Commit

Permalink
Merge pull request #38570 from aleksandrserbin
Browse files Browse the repository at this point in the history
* pr/38570:
  Fix Observation Filter docs

Closes gh-38570
  • Loading branch information
mhalbritter committed Nov 28, 2023
2 parents 97af301 + 23816d6 commit 63df0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ TIP: In some cases, exceptions handled in web controllers are not recorded as re
Applications can opt in and record exceptions by <<web#web.servlet.spring-mvc.error-handling, setting handled exceptions as request attributes>>.

By default, all requests are handled.
To customize the filter, provide a `@Bean` that implements `FilterRegistrationBean<WebMvcMetricsFilter>`.
To customize the filter, provide a `@Bean` that implements `FilterRegistrationBean<ServerHttpObservationFilter>`.



Expand Down

0 comments on commit 63df0c1

Please sign in to comment.