-
Notifications
You must be signed in to change notification settings - Fork 82
Description
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 Pages codebase so we have e2e traces across our backend stack.
I've been hacking on some support for this, and we have it working internally. Would you be interested in a taking a PR that adds support for CF Pages auto-instrumentation?
I have an in-progress hacked together branch on my fork main...vanstinator:otel-cf-workers:feat/cf-pages
The code ended up being almost identical to the fetch instrumentation. I think it will be relatively trivial to clean up my exploration work and land on a solution that extends the fetch functionality with a few additional lines of code and another function export.
If this sounds good I can probably schedule work to productionize the patch in the next month or two.