| ▲ | jitl 2 days ago | |||||||
The JavaScript Otel packages are implemented with 34 layers of extra abstraction. We wrote our own implementation of tracing for Cloudflare Workers and it performs much better with 0 layers of abstraction. I’ve seen a few other services switching over to our lightweight tracer. The emitted JSON is still chunky but removing all the incidental complexity helped a lot. | ||||||||
| ▲ | mvf4z7 2 days ago | parent [-] | |||||||
Can you share a link to your implementation? | ||||||||
| ||||||||