1.4.0-beta.3 (2025-04-01)
Features Added
-
Added support for emitting Application Insights Custom Events.
(#48378) -
Added new api
UseAzureMonitorExporter
which automatically enables logging, tracing, and metrics.
Additional calls toWithLogging
,WithMetrics
, andWithTracing
are NOT required.
However, you may still need to enable specific tracing/metric sources/meters separately.
(#48402)- Added support for LiveMetrics when using the
UseAzureMonitorExporter
api.
- Added support for LiveMetrics when using the
Bugs Fixed
-
Fixed an issue where array attributes on metrics weren't exported correctly.
(#47300) -
Always set Dependency.Target to "server.address" and "server.port" if present.
(#48317)
Other Changes
- Update OpenTelemetry dependencies
(#48574)- OpenTelemetry 1.11.2
- OpenTelemetry.PersistentStorage.FileSystem 1.0.1