/spring-cloud-netflix-contrib

Repository holding Netflix contributions to Spring Cloud Netflix that have not yet been fully integrated into Spring Cloud.

Primary LanguageJavaApache License 2.0Apache-2.0

Netflix Contributions to Spring Cloud

Build Status Apache 2.0

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.

Installation

To use, add the following Gradle dependency:

dependency {
   compile 'com.netflix.spring:spring-cloud-netflix-contrib:0.1.0'
}