• Tadaya Tsuyukubo's avatar
    Allow configuration of auto-timed metrics · 4df6f5de
    Tadaya Tsuyukubo authored
    When `management.metrics.web.server.auto-time-requests` is enabled
    (default=true), Spring Boot collects metrics on controller methods even
    when they are not annotated with `@Timed`.
    
    When this happens, created metrics are based on the default
    `@Timed` configuration and there is no way to customize the
    configuration of those auto-timed controller metrics.
    
    This commit adds default configurations to auto-timed requests on both
    client and server sides.
    
    See gh-15988
    4df6f5de
Name
Last commit
Last update
..
appendix Loading commit data...
images Loading commit data...
appendix.adoc Loading commit data...
attributes.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index.adoc Loading commit data...
legal.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
single-index.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...