This project is a temporary repository of contributions by Netflix to Spring Cloud that have not yet been incorporated.
- Spectator metrics collection, including metrics collection for Spring MVC request mappings, RestTemplate calls, and Spring Integration messages.
- Publication of Spectator/Servo metrics to the Atlas metrics backend.
- Enhancements to Eureka integration.
To use, add the following Gradle dependency:
dependency {
compile 'com.netflix.spring:spring-cloud-netflix-contrib:0.1.0'
}