Remove metric export auto-configuration

This commit removes the auto-configuration that export metrics
automatically to Redis. This feature has been superseded by the stats
feature and can be restored at any time in a custom service.

Closes gh-373
This commit is contained in:
Stephane Nicoll
2017-02-25 09:46:44 +01:00
parent 06f314dc8c
commit 13766008b4
6 changed files with 0 additions and 283 deletions

View File

@@ -21,11 +21,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>