• Andy Wilkinson's avatar
    Ensure that 5xx responses to unmapped requests produce a single metric · ee47ae4d
    Andy Wilkinson authored
    Previously, each 5xx response to a request that used a path variable
    would result in a metric being recorded that contained the path
    variable. Therefore, if a different path variable was included in each
    request, a new metric would be recorded for each request. This is
    problematic as it can lead to the metrics being flooded with unwanted
    entries.
    
    This commit updates MetricsFilter to treat 5xx responses sent before
    mapping has occurred in the same way as 4xx and redirect responses.
    A single metric, counter.status.500.unmapped, is now used.
    
    Closes gh-4377
    ee47ae4d
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...