davenverse / epimetheus-http4s   0.6.0

MIT License Website GitHub

Http4s MetricOps and Scraper Endpoints

Scala versions: 3.x 2.13 2.12 2.11

epimetheus-http4s - Epimetheus Http4s Metrics Build Status Maven Central

Quick Start

To use epimetheus-http4s 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-http4s" % "<version>"
)