License |
License |
---|---|
Categories |
CategoriesPrometheus Application Testing & Monitoring Monitoring |
GroupId | GroupIdde.ahus1.prometheus.hystrix |
ArtifactId | ArtifactIdprometheus-hystrix |
Last Version | Last Version4.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprometheus-hystrix-metrics-publisher
This is an implementation of a HystrixMetricsPublisher that publishes metrics using the Prometheus java
client.
|
Project URL |
Project URL |
Filename | Size |
---|---|
prometheus-hystrix-4.1.0.pom | |
prometheus-hystrix-4.1.0.jar | 69 KB |
prometheus-hystrix-4.1.0-sources.jar | 14 KB |
prometheus-hystrix-4.1.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/ -->
<dependency>
<groupId>de.ahus1.prometheus.hystrix</groupId>
<artifactId>prometheus-hystrix</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/
implementation 'de.ahus1.prometheus.hystrix:prometheus-hystrix:4.1.0'
// https://jarcasting.com/artifacts/de.ahus1.prometheus.hystrix/prometheus-hystrix/
implementation ("de.ahus1.prometheus.hystrix:prometheus-hystrix:4.1.0")
'de.ahus1.prometheus.hystrix:prometheus-hystrix:jar:4.1.0'
<dependency org="de.ahus1.prometheus.hystrix" name="prometheus-hystrix" rev="4.1.0">
<artifact name="prometheus-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ahus1.prometheus.hystrix', module='prometheus-hystrix', version='4.1.0')
)
libraryDependencies += "de.ahus1.prometheus.hystrix" % "prometheus-hystrix" % "4.1.0"
[de.ahus1.prometheus.hystrix/prometheus-hystrix "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.prometheus : simpleclient | jar | 0.10.0 |
io.prometheus : simpleclient_common | jar | 0.10.0 |
com.netflix.hystrix : hystrix-core | jar | 1.5.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.19.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |