spring-boot/spring-boot-project/spring-boot-docs/src/main
Tadaya Tsuyukubo 4df6f5dee0 Allow configuration of auto-timed metrics
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
2019-05-01 08:16:42 +02:00
..
asciidoc Allow configuration of auto-timed metrics 2019-05-01 08:16:42 +02:00
groovy Add RSocket server support with Spring Messaging 2019-04-11 15:44:17 +02:00
java/org/springframework/boot/docs Use consistent javadoc style for annotation links 2019-04-24 19:37:59 -07:00
javadoc Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
xslt Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00