Mario Jonke
Mario Jonke
I think you are mixing up the started/ended state of a span with its activation state. A call to `trace.get_current_span()` will always return the current active span (or an invalid...
Hi @oxeye-nikolay, i'm aware about the boto3sqs instrumentation which is currently a separate package that exists in parallel to the botocore instrumentation. The reason for this PR is to integrate...
Actually `boto3` and `botocore` are two sides of the same coin. `botocore` is the base on which the `boto3` library is built upon (see [boto3 vs botocore](https://www.learnaws.org/2022/08/21/boto3-vs-botocore/), you could potentially...
i believe the `isinstance(func, ObjectProxy)` in [unwrap](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/v1.16.0/opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py#L81) with wrapt v2 will now always return false. this will likely break uninstrument in most instrumentors since this is where `unwrap` is mostly...