Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 897 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 897 Bytes

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'
}