Collection of utilities to allow exposing prometheus metrics from akka-http endpoint using the prometheus java client
"com.lonelyplanet" %% "prometheus-akka-http" % "0.4.0"
You might need to also add our repository:
resolvers ++= Seq(
Resolver.bintrayRepo("lonelyplanet", "maven")
)
Example project is available here: https://github.com/wlk/prometheus-akka-http-example
We use bintray-sbt
plugin for publishing artifacts, to publish newer version of the library run:
sbt +publish
That's all what is required