1.3.0-beta.1 (2024-02-08)
Bugs Fixed
-
Fixed an issue where
_OTELRESOURCE_
metrics were emitted with duplicated
timestamps. This fix ensures accurate and distinct timestamping for all
_OTELRESOURCE_
metrics.
(#41761) -
Fixed an issue where tags associated with Exceptions were not being included.
Now, tags linked to anActivityEvent
following the otel convention for storing exception are correctly exported as Custom Properties.
(#41767)
Other Changes
- Changed
AzureMonitorLogExporter
to be public.
This will allow users to write custom processors for filtering logs.
(#41553)