github Azure/azure-sdk-for-net Azure.Monitor.OpenTelemetry.AspNetCore_1.3.0-beta.2

latest releases: Azure.ResourceManager.Logic_1.2.0-beta.1, Azure.ResourceManager.RecoveryServices_1.2.0-beta.1, Azure.ResourceManager.OperationalInsights_1.3.0-beta.1...
pre-releaseone day ago

1.3.0-beta.2 (2024-10-11)

Bugs Fixed

  • Fixed an issue where APPLICATIONINSIGHTS_CONNECTION_STRING was not read from
    IConfiguration when using the UseAzureMonitor overload with the
    Action<AzureMonitorOptions> parameter. If the connection string is not set
    using the Action<AzureMonitorOptions> delegate, the distro will now check if
    APPLICATIONINSIGHTS_CONNECTION_STRING is present in IConfiguration.
    (#45292)

  • Fixed a bug where LiveMetrics displays "UNKNOWN_INSTANCE" and "UNKNOWN_NAME" for "server name" and "role name" respectively.
    (#45433)

  • Fixed a bug in LiveMetrics that counted all manually created Dependencies as failures.
    (#45103)

  • Fixed a bug in LiveMetrics that caused incorrect counts for telemetry.
    (#46429)

Other Changes

  • Updated the code of vendored resource detector library OpenTelemetry.Resources.Azure from the OpenTelemetry .NET contrib repository.
    Code has been updated to 1.0.0-beta.9.
    (#46207)

  • Updated field mappings for telemetry sent to LiveMetrics.
    (#45103)

  • Updated log collection to default to Warning level and above for Azure SDKs
    via Microsoft.Extensions.Logging. For more information, refer to Logging
    with the Azure SDK for
    .NET
    .
    (#45649)

  • Improved the efficiency of AzureEventSourceLogForwarder by eliminating message formatting. (#46202)

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.