-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add Metrics for Blazor #53613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for contacting us. We're moving this issue to the |
See https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-instrumentation for how to create metrics. When defining metrics, we need to take into account https://learn.microsoft.com/en-us/dotnet/core/diagnostics/metrics-instrumentation#best-practices-4 Our goal here is to define things that will help people understand what's going on the server in order to take action. Based on that here are some things that are interesting to track.
We might not be able to collect information on a per-circuit basis, which we might want to do through other mechanisms like activities or ETW. |
Uh oh!
There was an error while loading. Please reload this page.
We should continue the work we started in .NET 8 of adding Metrics to ASP.NET Core by defining and implementing Metrics for Blazor.
The text was updated successfully, but these errors were encountered: