Download hystrix-codahale-metrics-publisher-1.4.4.jar file - Jar h

Jar examples for h:hystrix-codahale-metrics-publisher

Description

This is an implementation of HystrixMetricsPublisher that publishes metrics using Codahale Metrics.

You can download jar file hystrix-codahale-metrics-publisher 1.4.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-codahale-metrics-publisher-1.4.4.jar to your project.

<dependency>
   <groupId>com.netflix.hystrix</groupId>
   <artifactId>hystrix-codahale-metrics-publisher</artifactId>
   <version>1.4.4</version>
</dependency>
compile group: 'com.netflix.hystrix', name: 'hystrix-codahale-metrics-publisher', version: '1.4.4'
libraryDependencies += "com.netflix.hystrix" % "hystrix-codahale-metrics-publisher" % "1.4.4"
<dependency org="com.netflix.hystrix" name="hystrix-codahale-metrics-publisher" rev="1.4.4"/>
@Grapes(@Grab(group='com.netflix.hystrix', module='hystrix-codahale-metrics-publisher', version='1.4.4'))
'com.netflix.hystrix:hystrix-codahale-metrics-publisher:jar:1.4.4'

Download

Click the following link to download the jar file.

hystrix-codahale-metrics-publisher-1.4.4-javadoc.jar
hystrix-codahale-metrics-publisher-1.4.4-sources.jar
hystrix-codahale-metrics-publisher-1.4.4.jar
hystrix-codahale-metrics-publisher-1.4.4.pom



Related Tutorials