From ed8a973ab9febf719a38b7db6d7b6304fd53569c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Art=C5=ABras=20=C5=A0lajus?= Date: Sun, 26 Jan 2025 09:21:09 +0200 Subject: [PATCH] Update ecosystem.md: mention otel4s-doobie --- docs/ecosystem.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ecosystem.md b/docs/ecosystem.md index 561733e92..441b3c6b9 100644 --- a/docs/ecosystem.md +++ b/docs/ecosystem.md @@ -4,7 +4,10 @@ |------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------| | [otel4s-experimental][otel4s-experimental] | An experimental functionality: instrumented `cats.effect.std.Queue`, runtime metrics, `@span` annotation, and so on. | | [http4s-otel4s-middleware][http4s-otel4s-middleware] | [Http4s][http4s] middleware for seamless integration of tracing and metrics. | +| [otel4s-doobie][otel4s-doobie] | [Doobie][doobie] integration with Otel4s providing traces of database queries. | [otel4s-experimental]: https://github.com/typelevel/otel4s-experimental [http4s-otel4s-middleware]: https://github.com/http4s/http4s-otel4s-middleware [http4s]: https://github.com/http4s/http4s +[otel4s-doobie]: https://github.com/arturaz/otel4s-doobie +[doobie]: https://github.com/tpolecat/doobie