github Azure/azure-sdk-for-net Azure.Monitor.OpenTelemetry.LiveMetrics_1.0.0-beta.3

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
pre-release6 months ago

1.0.0-beta.3 (2024-03-08)

Features Added

  • Update to report Memory and CPU which are displayed in the Live Metrics UX.
    (#42213)

    • For "Committed Memory", we use Process.PrivateMemorySize64.
    • For "CPU Total (%)", we use the change in Process.TotalProcessorTime over a period of time. This value is normalized by dividing by the number of processors. The formula is ((change in ticks / period) / number of processors).
  • Added NET6 target framework.
    (#42426)

Bugs Fixed

  • Fix runtime crash with Microsoft.Bcl.AsyncInterfaces.
    (#42426)

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

NewReleases is sending notifications on new releases.