Skip to content
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

Merged

Conversation

tarekgh
Copy link
Member

@tarekgh tarekgh commented Aug 11, 2023

Fixes #87150

@tarekgh
Copy link
Member Author

tarekgh commented Aug 11, 2023

/azp list

@azure-pipelines
Copy link

CI/CD Pipelines for this repository:

@tarekgh tarekgh added this to the 8.0.0 milestone Aug 11, 2023
@tarekgh
Copy link
Member Author

tarekgh commented Aug 11, 2023

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

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
Copy link
Member

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

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tarekgh
Copy link
Member Author

tarekgh commented Aug 11, 2023

Opened #90439 for the unrelated failure.

@tarekgh tarekgh merged commit 13337d8 into dotnet:main Aug 11, 2023
105 of 111 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Sep 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Meter and Instrument Tags in MetricsEventSource
2 participants