lonelyplanet / prometheus-akka-http   0.3.3

MIT License GitHub

Utilities to expose Prometheus metrics in akka-http

Scala versions: 2.12 2.11

prometheus-akka-http

Join the chat at https://gitter.im/lonelyplanet/prometheus-akka-http Build Status codecov Download

Collection of utilities to allow exposing prometheus metrics from akka-http endpoint using the prometheus java client

"com.lonelyplanet" %% "prometheus-akka-http" % "0.5.0"

You might need to also add our repository:

resolvers ++= Seq(
  Resolver.bintrayRepo("lonelyplanet", "maven")
)

Example

Example project is available here: https://github.com/wlk/prometheus-akka-http-example

Publishing

We use bintray-sbt plugin for publishing artifacts, to publish newer version of the library run:

sbt +publish

That's all what is required