Bug Fixes
- dbm: this fixes an issue with attributing metrics to incorrect services when peer.service is enabled
- kafka: Resolves an issue where traced kafka connections were assigned a default timeout of 1 second. The default timeout in Consumer.poll(...) should be None.
- openai: This fix resolves an issue where errors during streamed requests resulted in unfinished spans.
- profiling: Fixed an issue with data encoding where non-string objects might be interned on Python 3.11
- CI Visibility: fixes that Python 2.7 test results were not visible in UI due to improperly msgpack-ed data
- ASM: This fix resolves issue where user information was only set in root span. Now span for user information can be selected.