david@davidweterings:~$ ls apollo/

Stuck in OpenTelemetry hell

2025-08-01

I’ve been stuck multiple times in OpenTelemetry hell where things didn’t work or suddenly break. At some point our HTTP client instrumentation traces (which set the incoming root span on our GraphQL gateway) randomly did or did not include specific manually instrumented span attributes on different environments. So it would work locally and on test, but sometimes fail on acceptance / production. We use these for dashboards, triggers and general querying so we had to find a fix.

david@davidweterings:~$ cd ..