Bug Fixes
-
ASM
- Ensures that common patches for exploit prevention and SCA are only loaded if required, and only loaded once.
-
LLM Observability
- Ensures bedrock spans are finished even when streamed responses are not fully consumed.
- Fixes an issue where decorators were not tracing generator functions properly.
-
Tracing
botocore
: Resolves an issue in the Bedrock integration where not consuming the full response stream would prevent spans from finishing.celery
: Changes celeryout.host
span tag to point towards broker host url instead of local celery process hostname. Fixes inferred service representation issues when using celery.grpcaio
: Resolves a concurrency bug where distributed tracing headers were overwritten resulting in spans being assigned to the wrong trace.