question around the otel integration in spicedb - ...
# spicedb
p
question around the otel integration in spicedb - I was trying to link the traceids from my application to spicedb using the propagators as per https://github.com/authzed/spicedb/blob/a891b7ffd7c1d829c10b5616fac792dbc88f3a33/internal/gateway/gateway.go#L133 the default global
TextMapPropagator
is used, but according to this https://pkg.go.dev/go.opentelemetry.io/otel#GetTextMapPropagator - if none is explicitly set, it defaults to a 'no-op' propagator does this mean that there is no propagator integrated into spicedb right now? I found https://github.com/authzed/spicedb/blob/a891b7ffd7c1d829c10b5616fac792dbc88f3a33/internal/gateway/gateway_test.go#L18 the TraceContext propagator being used in the tests