evanderkoogh / otel-cf-workers

An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers
BSD 3-Clause "New" or "Revised" License
208 stars 39 forks source link

Implement WFP instrumentation #74

Open DaniFoldi opened 8 months ago

DaniFoldi commented 8 months ago

Hi :wave:,

In theory, this PR implements auto-instrumentation for WfP. The only part I'm unhappy about is the attribute parser, but since the parameter types are unknown, I guess it's best to keep the if's in.