Jun 11, 2024
Python package v1.3.5
Python1.3.5
Added
- Add basic OpenTelemetry messaging support. This adds support for any OpenTelemetry instrumentation that complies with the OpenTelemetry Semantic Conventions specification for messaging.
Changed
-
Rename the
hostname
tag, which contains the host of the URI that an HTTP request was made against, torequest_host
.This fixes an issue where the
hostname
tag would later be internally overriden to the hostname of the machine processing the request, but notifications would still be emitted containing the previoushostname
value.
View the Python package v1.3.5 changelog for more information.