/kamon-prometheus

kamon prometheus integration

Primary LanguageScalaOtherNOASSERTION

Prometheus Integration

Build Status Gitter Maven Central

Getting Started

Kamon Prometheus is currently available for Scala 2.10, 2.11 and 2.12.

Supported releases and dependencies are shown below.

kamon status jdk scala
1.0.0-RC1 RC 1.8+ 2.10, 2.11, 2.12

To get started with SBT, simply add the following to your build.sbt or pom.xml file:

resolvers += Resolver.bintrayRepo("kamon-io", "snapshots")
libraryDependencies += "io.kamon" %% "kamon-prometheus" % "1.0.0-RC1-e2eaf5e8bc4d51145e2d7f542e43e1023f9fda95"
<dependency>
    <groupId>io.kamon</groupId>
    <artifactId>kamon-prometheus_2.12</artifactId>
    <version>1.0.0-RC1-e2eaf5e8bc4d51145e2d7f542e43e1023f9fda95</version>
</dependency>