Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.32 KB

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.3.3"

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