License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdde.is24.hystrix |
ArtifactId | ArtifactIdhystrix-codahale-metrics-publisher |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhystrix codahale metrics publisher
This is an implementation of HystrixMetricsPublisher that publishes metrics using Codahale Metrics.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.is24.hystrix/hystrix-codahale-metrics-publisher/ -->
<dependency>
<groupId>de.is24.hystrix</groupId>
<artifactId>hystrix-codahale-metrics-publisher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.is24.hystrix/hystrix-codahale-metrics-publisher/
implementation 'de.is24.hystrix:hystrix-codahale-metrics-publisher:1.0'
// https://jarcasting.com/artifacts/de.is24.hystrix/hystrix-codahale-metrics-publisher/
implementation ("de.is24.hystrix:hystrix-codahale-metrics-publisher:1.0")
'de.is24.hystrix:hystrix-codahale-metrics-publisher:jar:1.0'
<dependency org="de.is24.hystrix" name="hystrix-codahale-metrics-publisher" rev="1.0">
<artifact name="hystrix-codahale-metrics-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.is24.hystrix', module='hystrix-codahale-metrics-publisher', version='1.0')
)
libraryDependencies += "de.is24.hystrix" % "hystrix-codahale-metrics-publisher" % "1.0"
[de.is24.hystrix/hystrix-codahale-metrics-publisher "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.hystrix : hystrix-core | jar | 1.3.6 |
com.codahale.metrics : metrics-core | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |