MVN

de.ahus1.prometheus.hystrix : prometheus-hystrix

Maven & Gradle

Feb 04, 2021
100 stars

prometheus-hystrix-metrics-publisher · This is an implementation of a HystrixMetricsPublisher that publishes metrics using the Prometheus java client.

<dependency>
    <groupId>de.ahus1.prometheus.hystrix</groupId>
    <artifactId>prometheus-hystrix</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ahus1.prometheus.hystrix : prometheus-hystrix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0

All Versions

Choose a version of de.ahus1.prometheus.hystrix : prometheus-hystrix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
prometheus-hystrix-4.1.0
4.0.x
prometheus-hystrix-4.0.0
3.4.x
prometheus-hystrix-3.4.0
3.3.x
prometheus-hystrix-3.3.1
prometheus-hystrix-3.3.0
3.2.x
prometheus-hystrix-3.2.0
3.1.x
prometheus-hystrix-3.1.0

How to add a dependency to Maven

Add the following de.ahus1.prometheus.hystrix : prometheus-hystrix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.ahus1.prometheus.hystrix</groupId>
    <artifactId>prometheus-hystrix</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.ahus1.prometheus.hystrix : prometheus-hystrix gradle dependency to your build.gradle file:

implementation 'de.ahus1.prometheus.hystrix:prometheus-hystrix:4.1.0'

Gradle Kotlin DSL: Add the following de.ahus1.prometheus.hystrix : prometheus-hystrix gradle kotlin dependency to your build.gradle.kts file:

implementation("de.ahus1.prometheus.hystrix:prometheus-hystrix:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.ahus1.prometheus.hystrix : prometheus-hystrix sbt scala dependency to your build.sbt file:

libraryDependencies += "de.ahus1.prometheus.hystrix" % "prometheus-hystrix" % "4.1.0"

Advertisement