An open API service indexing awesome lists of open source software.

https://github.com/http4s/http4s-otel4s-middleware

http4s middlewares built on otel4s
https://github.com/http4s/http4s-otel4s-middleware

Last synced: 20 days ago
JSON representation

http4s middlewares built on otel4s

Awesome Lists containing this project

README

          

# http4s-otel4s-middleware

## Quick Start

To use http4s-otel4s-middleware in an existing SBT project with Scala 2.13 or a
later version, add one or more of the following dependencies to your `build.sbt`
depending on your needs:

```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-otel4s-middleware-core" % "",
"org.http4s" %% "http4s-otel4s-middleware-metrics" % "",
"org.http4s" %% "http4s-otel4s-middleware-trace-core" % "",
"org.http4s" %% "http4s-otel4s-middleware-trace-client" % "",
"org.http4s" %% "http4s-otel4s-middleware-trace-server" % "",
)
```