Skip to content

Commit 63df0c1

Browse files
committed
Merge pull request #38570 from aleksandrserbin
* pr/38570: Fix Observation Filter docs Closes gh-38570
2 parents 97af301 + 23816d6 commit 63df0c1

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ TIP: In some cases, exceptions handled in web controllers are not recorded as re
757757
Applications can opt in and record exceptions by <<web#web.servlet.spring-mvc.error-handling, setting handled exceptions as request attributes>>.
758758

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

762762

763763

0 commit comments

Comments
 (0)