prometheus-akka-http
Collection of utilities to allow exposing prometheus metrics from akka-http endpoint using the prometheus java client
Downloading
Add dependency to your build.sbt
"com.varwise" %% "prometheus-akka-http" % "0.3.4"
Project is published to sonatype
Example
Example project is available here: https://github.com/wlk/prometheus-akka-http-example
Publishing
sbt publishSigned
sbt sonatypeRelease