Riccardo Magliocchetti

Results 480 comments of Riccardo Magliocchetti

@jj22ee could you please take a look at the opentelemetry-sdk-extension-aws changes?

Please run `tox -e precommit` and `tox -e generate` and update the updated files.

@manuel-lang You don't need to update the branch, we'll take care of that when merging

Closing in favor of #4166

uwsgi version and ubuntu version?

I'm taking a closer look at this and I think the issue is the following. `opentelemetry-instrumentation-logging` is injecting otel span context data (`otel*`) into Python logging records. Then the log...

Just found out that the attributes name in non-OTLP logs are documented in https://opentelemetry.io/docs/specs/otel/compatibility/logging_trace_context/ and we should probably make these attributes at least compliant with that. UPDATE: actually we are...

> > Just found out that the attributes name in non-OTLP logs are documented in https://opentelemetry.io/docs/specs/otel/compatibility/logging_trace_context/ and we should probably make these attributes at least compliant with that. > >...

I think we can workaround this behavior with something like the following: we are injecting these out of spec attributes only if user enabled log correlation or has a log...