-
Notifications
You must be signed in to change notification settings - Fork 6k
Info on when counters were first introduced #24956
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
Conversation
Still need to fill in the remaining counters |
There are some counters in that doc that specify version dependencies in the description of the counter, see line 110 in the doc. We should be consistent in how we specify this requirement. One other consideration: we should differentiate between AspNet v3.1 and .net3.1 since you can run AspNet 2.1/2.2 on top of .net3.1 right? |
Sure. I'll update everything to the new format
I don't think it's worth going into that level in detail. Especially given that the only supported scenario is running ASP.NET Core 2.1 on .NET Fx. If you're running ASP.NET Core 2.1 on .NET Core 3.1, you're already in unsupported territory |
Works for me 😃 |
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.
This LGTM.
I'll now.
* Info on when counters were first introduced * Update available-counters.md * Update docs/core/diagnostics/available-counters.md Co-authored-by: Bill Wagner <[email protected]>
No description provided.