Prashant Srivastava

Results 22 comments of Prashant Srivastava
trafficstars

@lorchda Can you confirm if the postgres span from your Python application has the `db.connection_string` attribute on it? If is it not present, then you can open an issue on...

> Can you confirm if the postgres span from your Python application has the db.connection_string attribute on it? If is it not present, then you can open an issue on...

Hi @Paulskit This is a known problem of X-Ray trace header without the parent id in OTel . Please see this related issue in OTel Java for more context: https://github.com/open-telemetry/opentelemetry-java/issues/4259...

Hi @shorn . Thanks for making this feature request. Currently the otel -> xray mapping is present in the Collector to make it available across all the ADOT/OTel SDK implementations....

> Exact same as above on POST of a large body. 10,000 spans generated. > > Seems like a duplicate of [this](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/831) which contains a workaround and a link to...

@DylanRussell @pellared I believe you bring up a common concern where some of the SDKs already have a way (although not a direct one) to achieve authentication either via custom...

Hey. Sorry folks. I got sidelined with other work. I still do want to work on this and hopefully will be able to make time in this week or next....

Hi all. Thanks for the comments on this proposal. Really helpful. Looking at this with fresh eyes, I see that: 1. It is really difficult to define an interface that...

Hey folks. I think the simplest capability that could address all the auth related needs is that SDKs allow users to inject custom HTTP or gRPC clients to the OTLP...