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

Simplify initialization of RuntimeMetrics #105539

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Commits on Jul 26, 2024

  1. Simplify initialization of RuntimeMetrics

    - Trigger the RuntimeMetrics initialization only when actually needed in the MeterListener constructor.
    - Delete the lock-ordering workaround and wrong comment introduced in dotnet#105259. Trigger the RuntimeMetrics initialization only when actually needed should make the lock-ordering workarond unnecessary.
    jkotas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d8c545c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401b982 View commit details
    Browse the repository at this point in the history
  3. Update src/libraries/System.Diagnostics.DiagnosticSource/src/System/D…

    …iagnostics/Metrics/RuntimeMetrics.cs
    jkotas authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ce1b59b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e466752 View commit details
    Browse the repository at this point in the history