davenverse / epimetheus   0.5.0

MIT License Website GitHub

An Afterthought of Prometheus

Scala versions: 3.x 2.13 2.12 2.11

epimetheus - An Afterthought of Prometheus Maven Central

Quick Start

To use epimetheus in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "epimetheus" % "<version>"
)