spring-boot/spring-boot-samples/spring-boot-sample-metrics-.../src/main/resources/application.properties

7 lines
408 B
Properties
Raw Normal View History

2015-05-02 05:04:10 +08:00
service.name: Phil
spring.metrics.export.redis.prefix: metrics.sample.${spring.metrics.export.aggregate.prefix}
spring.metrics.export.redis.key: keys.metrics.sample
spring.metrics.export.aggregate.prefix: ${random.value:0000}.${spring.application.name:application}
spring.metrics.export.aggregate.key-pattern: d
spring.jmx.default-domain: org.springframework.boot
spring.data.redis.repositories.enabled=false