otel-cf-workers icon indicating copy to clipboard operation
otel-cf-workers copied to clipboard

An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers

Results 23 otel-cf-workers issues
Sort by recently updated
recently updated
newest added

Fixes # [insert GH issue number(s)]. **What this PR solves / how to test:** Some spans were missed during #131, so here's a followup that renames Durable Object fetch, client...

https://blog.cloudflare.com/javascript-native-rpc If you instrument your worker, and it tries to call a method on a bound service using the new RPC style, you get a `TypeError: Illegal invocation` error. ```...

Fixes #96 **What this PR solves / how to test:** This PR adds support for automatically instrumenting Cloudflare Pages. The code is very similar to the `fetch` code. I'd initially...

It would be fantastic to have auto instrumentation for the new JSRPC service projects. As a first iteration just getting the traces in without any connections between the callee and...

Fixes # [insert GH issue number(s)]. **What this PR solves / how to test:**

We're starting to use Cloudflare Pages at Plex for a new layer in our API. We're also heavy users of Datadog, and would like to be able to auto-instrument our...

Currently, there is no API to insert custom resource attributes.\ For example, to set `deployment.environment` semantic attribute from OpenTelemetry Semantic Conventions, one has to do smth like: ```js postProcessor: (spans)...

I'm also using http to send otel logs out. I'd like the trace capture for these to be ignored. How should i go about doing this? - i have a...

Hi people, I and @jahands were thinking about simplifying the build toolchain of the library. Without going too much into the details of how it works, essentially the current setup...

This provides a first pass implementation of D1 support, I'll do some testing and tweaking tomorrow A few notes: - Instrumenting `.batch()` requires peaking into D1 internals - Not 100%...