Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 970 Bytes

File metadata and controls

20 lines (14 loc) · 970 Bytes

hystrix-codahale-metrics-publisher Build Status

This is an implementation of HystrixMetricsPublisher that publishes metrics using Coda Hale Yammer Metrics Version 3.

Usage

<dependency>
    <groupId>de.is24.hystrix</groupId>
    <artifactId>hystrix-codahale-metrics-publisher</artifactId>
    <version>1.0</version>
</dependency>
  HystrixPlugins.getInstance().registerMetricsPublisher(new HystrixCodahaleMetricsPublisher(yourMetricRegistry));

See the Hystrix Metrics & Monitoring Wiki for more information.