GitHub - evanderkoogh/otel-cf-workers: A...
Just going to leave this here: https://github.com/evanderkoogh/otel-cf-workers
GitHub
GitHub - evanderkoogh/otel-cf-workers: An OpenTelemetry compatible ...
An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers - GitHub - evanderkoogh/otel-cf-workers: An OpenTelemetry compatible library for instrumenting and ...
9 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Skye is spot on. I wouldn’t use it in prod for anything too serious and critical, but absolutely play around with it and help we get it stable as quickly as possible 😃
Nice! We've been using your Honeycomb lib at Fabriq; happy to see a standard-based equivalent.
Any differences in approach with https://github.com/RichiCoder1/opentelemetry-sdk-workers
(Never used it but it sparked my interest)
GitHub
GitHub - RichiCoder1/opentelemetry-sdk-workers: An Otel SDK for Clo...
An Otel SDK for Cloudflare Workers. Contribute to RichiCoder1/opentelemetry-sdk-workers development by creating an account on GitHub.
That library only has the OTel exporter, but has the rest of the issues my old honeycomb library had in that you had to manually keep track of a fetch object that was wired to the correct trace.
With this new library it is now possible to keep track of the async contexts, so if you use the global
fetch
, it will still associate it with the correct trace.
It also means it is now possible for libraries like Hono for example to add attributes to a span, or to even add spans themselvesThat is super neat. Will try it out!
Yeah, it is right up your ally.. Btw.. did I already convince you to use Honeycomb? If not, make sure to give both a whirl 🙂
Replying to an old message: we've been users of Honeycomb for a while. It is incredible. Nothing comes close.
Haha.. so much that! 😄