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

@@ -1,4 +0,0 @@
spring:
metrics:
export:
enabled: true