Pavan Krishna
Pavan Krishna
Thanks @jpkrohling - I will work on a PR. Does this configuration makes sense? ```yaml service: telemetry: traces: propagators: tracecontext ```
I was doing some research and found this comment https://github.com/grpc-ecosystem/go-grpc-middleware/pull/402#issue-831821664. Is setting grpc logger via grpc.SetLoggerV2() not something we do not want in v2 at all?
@davidmirza408 - We have [Redaction Process ](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/redactionprocessor) that achieves the same affect. Please see if you can add enhancements to this processor (if it is not solving this specific use...
> span The ExportRequests are always the root span. I don't think the incoming requests contexts can be preserved as you rightly called out.
>> Moreover, I'm not even sure if the current implementation makes sense, because the linked spans will not be accessible in backends other than X-Ray: the traces emitted from the...