-
Notifications
You must be signed in to change notification settings - Fork 5k
Support Exposing new Metric properties using EventSource #90417
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
Support Exposing new Metric properties using EventSource #90417
Conversation
/azp list |
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -34,7 +34,7 @@ namespace System.Diagnostics.Metrics | |||
// it may also not be a win to further pessimize the slow-path (JIT compilation is expensive) to squeeze yet more cycles out of | |||
// the fast path. | |||
// - Allocations per lookup: Any lookup of 3 or fewer labels on the above fast path is allocation free. We have separate | |||
// dictionaries dependending on the number of labels in the list and the dictionary keys are structures representing fixed size | |||
// dictionaries depending on the number of labels in the list and the dictionary keys are structures representing fixed size |
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.
Haha, that was some interesting spelling I came up with ;p
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 👍
Opened #90439 for the unrelated failure. |
Fixes #87150