-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Added missing metrics for .NET extensions. #37875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM aside from the typo noted.
Co-authored-by: Tom Dykstra <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
|
||
This article describes the metrics built-in for ASP.NET Core produced using the | ||
<xref:System.Diagnostics.Metrics?displayProperty=nameWithType> API. For a listing of metrics based on the older [EventCounters](event-counters.md) API, | ||
see [here](available-counters.md). | ||
|
||
- [Meter: `Microsoft.AspNetCore.HeaderParsing`](#meter-microsoftaspnetcoreheaderparsing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Microsoft.AspNetCore.HeaderParsing
is a part of dotnet/extensions, shouldn't we move description of this meter and its metrics to ".NET extensions metrics" article? @IEvangelist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a fair question, but I'd argue "no". This package, while it ships out of dotnet/extensions is specific to ASP.NET Core and isn't workload agnostic, therefore it belongs with the other ASP.NET Core specific metrics (otherwise we're shipping our org chart so to speak). I suppose we should defer to @davidfowl and @joperezr, but I feel very strongly about this.
Summary
Added missing metrics for .NET extensions.
Contributes to #37411 and #37835
Tagging @iliar-turdushev and @davidfowl
Internal previews