[BUG] LiveMetrics showing incorrect values #46417
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
Monitor - Distro
Monitor OpenTelemetry Distro
Library name and version
Azure.Monitor.OpenTelemetry.AspNetCore
Describe the bug
LiveMetrics is showing incorrect values.
Specifically investigating Requests per second.
Expected behavior
N/A
Actual behavior
N/A
Reproduction Steps
Here I've written a console app that starts a web application.
The default endpoint is invoked in a loop, and every second we print out the number of requests.
Console output shows between 30-50 requests per second.

The Metrics blade is showing an average of 45 requests per second.

LiveMetrics dashboard is showing 3 requests per second

A fiddler trace is also showing that the SDK is sending 3 requests per second

Environment
No response
The text was updated successfully, but these errors were encountered: