Bug Fixes
- CI Visibility:
- Resolved an issue where the
CODEOWNERS
file of the project being tested was looked up in the current working directory rather than the repository root.
- Resolved an issue where the
- Dynamic Instrumentation:
- Fixed an issue with a GC-based lookup for code origin resolution resulting in high performance overhead.
- Kafka:
- Fixed an issue where a producer or consumer initialized with an unpacked config resulted in
TypeError
, causing a failed connection.confluent-kafka
supports both unpacked and packed config; this change allows initialization with either.
- Fixed an issue where a producer or consumer initialized with an unpacked config resulted in
- Profiling:
- Fixed an issue in the
SynchronizedSamplePool
where pool could be null when calling intoddog_ArrayQueue_
functions, leading to segfaults in the uWSGI shutdown
- Fixed an issue in the
- Tracing:
- Fixed a bug in the sampling rule matcher where the pattern
?*
was not being matched correctly forDD_TRACE_SAMPLING_RULES
tags, due to it matching on spans with no tag matching the specified key.
- Fixed a bug in the sampling rule matcher where the pattern