We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
metricsFilter
1 parent 7f1118b commit bd2956cCopy full SHA for bd2956c
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2734,12 +2734,12 @@ but the rest of it is normal for a Spring application in Servlet 2.5. Example:
2734
</listener>
2735
2736
<filter>
2737
- <filter-name>metricFilter</filter-name>
+ <filter-name>metricsFilter</filter-name>
2738
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
2739
</filter>
2740
2741
<filter-mapping>
2742
2743
<url-pattern>/*</url-pattern>
2744
</filter-mapping>
2745
0 commit comments