v0.1.0 #121
Replies: 4 comments 2 replies
-
Example of how we would instrument a library like Skunk with otel4s. This is not an upstream pull request, but rather a proof-of-concept. |
Beta Was this translation helpful? Give feedback.
-
Example of http4s middlewares based on natchez-http4s-otel. Unlike the Skunk example, this doesn't yet compile. We still need to translate the concept of the kernel. |
Beta Was this translation helpful? Give feedback.
-
Is there a plan to integrate otel4s into http4s core? |
Beta Was this translation helpful? Give feedback.
-
I've updated typelevel/keypool#396. Well, keypool is cross-compiled for Scala 2.12, otel4s - isn't. Same story with Skunk. |
Beta Was this translation helpful? Give feedback.
-
This is the first public release of otel4s, an OpenTelemetry implementation for Cats Effect. Rather than another ad hoc metrics or tracing abstraction, we are leaning fully into the OpenTelemetry specification. By embracing this ecosystem:
Meanwhile, the API is purely functional, built on core Cats Effect abstractions, making it a natural fit into the Typelevel Scala ecosystem.
The API is highly experimental, but already capable of exporting traces and metrics. We welcome all library and application developers who want to try it on for size, but discourage making it a dependency of a binary-stable library at this point in time. We welcome your feedback in the form of issues, discussions, and pull requests.
This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions