[BUG] Live Metrics maxes out at 10 requests/second #47575
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
LiveMetrics is showing incorrect values.
Specifically 'Requests per second'.
Similar to: #46417
Expected behavior
When hammering the service with thousands of requests, live metrics should reflect that.
Actual behavior
Live metrics maxes out at 10 requests per second:
Meanwhile, Azure Load Testing shows this:
Reproduction Steps
builder.Services.AddOpenTelemetry().UseAzureMonitor(opt => { opt.Credential = credential; opt.ConnectionString = appInsightsConnectionString; });
Environment
Azure Container Apps
.Net 9
The text was updated successfully, but these errors were encountered: