davenverse / natchez-http4s-otel   0.3.0

MIT License GitHub

Opinionated Open Telemetry Standard Focused Http4s Middlewares for Natchez

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.4

natchez-http4s-otel - Opinionated Natchez Http4s Middlewares Maven Central Code of Conduct

Quick Start

To use natchez-http4s-otel in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "natchez-http4s-otel" % "<version>"
)