evanderkoogh / otel-cf-workers

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

Support for multiple span processors? #42

Closed plantfansam closed 1 year ago

plantfansam commented 1 year ago

Per the specification, SDKs must allow users to implement and configure custom span processors. AFAICT this is not currently possible in otel-cf-workers. Would you be open to supporting this? If so, I'd be happy to contribute a patch.