Skip to content

Utilities to expose Prometheus metrics in akka-http

License

Notifications You must be signed in to change notification settings

Matzz/prometheus-akka-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utilities to expose Prometheus metrics in akka-http

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages