Skip to content

Commit dda317b

Browse files
authored
Merge pull request #1024 from iRevive/docs/ecosystem
docs: add sttp and tapir to the ecosystem
2 parents 0806e2f + c8841de commit dda317b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/ecosystem.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
| [otel4s-experimental][otel4s-experimental] | An experimental functionality: instrumented `cats.effect.std.Queue`, runtime metrics, `@span` annotation, and so on. |
66
| [http4s-otel4s-middleware][http4s-otel4s-middleware] | [Http4s][http4s] middleware for seamless integration of tracing and metrics. |
77
| [otel4s-doobie][otel4s-doobie] | [Doobie][doobie] integration with Otel4s providing traces of database queries. |
8+
| [sttp][sttp] | sttp 4.x provides [metered][sttp-metrics] and [traced][sttp-tracing] backends. |
9+
| [tapir][tapir] | Tapir supports [server traces][tapir-tracing] via otel4s. |
810

911
[otel4s-experimental]: https://github.com/typelevel/otel4s-experimental
1012
[http4s-otel4s-middleware]: https://github.com/http4s/http4s-otel4s-middleware
1113
[http4s]: https://github.com/http4s/http4s
1214
[otel4s-doobie]: https://github.com/arturaz/otel4s-doobie
1315
[doobie]: https://github.com/tpolecat/doobie
16+
[sttp]: https://github.com/softwaremill/sttp
17+
[sttp-metrics]: https://sttp.softwaremill.com/en/latest/backends/wrappers/opentelemetry.html#metrics-cats-effect-otel4s
18+
[sttp-tracing]: https://sttp.softwaremill.com/en/latest/backends/wrappers/opentelemetry.html#tracing-cats-effect-otel4s
19+
[tapir]: https://github.com/softwaremill/tapir
20+
[tapir-tracing]: https://tapir.softwaremill.com/en/latest/server/observability.html#otel4s-opentelemetry-tracing

0 commit comments

Comments
 (0)