[BUG] Live Metrics inaccurate CPU display #47607
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Monitor - Distro
Monitor OpenTelemetry Distro
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Library name and version
Azure.Monitor.OpenTelemetry.AspNetCore 1.2.0
Describe the bug
CPU usage is suspiciously low. It rarely passes 25%.
If I later visit the container's own metrics it shows closer to 80%:
Expected behavior
Live Metrics should show higher CPU usage.
Actual behavior
The live CPU meter rarely ventures above 25%.
Reproduction Steps
builder.Services.AddOpenTelemetry().UseAzureMonitor(opt => { opt.Credential = credential; opt.ConnectionString = appInsightsConnectionString; });
Environment
asp.net 9
azure container apps
The text was updated successfully, but these errors were encountered: