Hey folks and happy holidays to those who are celebrating
Do the OFREP HTTP endpoints support trace context propagation via HTTP headers? When I include a traceparent header in one of the HTTP requests it seems that Flipt isn’t picking it up and instead creates a root span (and its usual child spans). I made sure to enable the relevant propagators via Flipt environment variables and my general observability setup using OTel is also working fine.
Sure! It‘s FLIPT_TRACING_PROPAGATORS=tracecontext, but I also tried without the env var which I expect would give me the default tracecontext & baggage propagators.