Leighton Chen
Leighton Chen
@hyoinandout Also please convert to a PR when ready for review.
@Rajamanosankari Could you rebase with main and also enable maintainer edits so we can rebase for you in the future?
@wasup-yash Yeah we pretty much want to use a `Union` of [these types](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#type-any) instead of the Python `any`. It will definitely be good to add some tests for this (pass...
@Ali-Alnosairi As @xrmx has [mentioned](https://github.com/open-telemetry/opentelemetry-python/issues/4047#issuecomment-2339883236), please choose one issue to work on and open a PR accordingly instead of working on multiple different issues.
@Liubey @marctc There has been a few releases since this issue was created. Can you confirm whether you are still getting duplicate spans?
@ddluke This looks very promising. Apologies for the late response. > is a LogRecordProcessor the right weapon of choice to accomplish this? (as of now, I do not see that...
Related [feature request thread](https://github.com/open-telemetry/opentelemetry-python/issues/2993) on adding `structlog` handler.
@palvarezcordoba This indeed is expected behavior and seems to be more of a documentation issue.
@karthikscale3 @alizenhom Thanks for your continuous hard work on this and apologies for the long awaited review! I have more time to work on this now and left some comments....
@alizenhom > actually TIL, that the sampler will lose access to the attributes if they are manually added after span creation, i see the point but this might need some...