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

Add runtime metrics in System.Diagnostics.DiagnosticSource #104680

Merged
merged 20 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. Add runtime metrics

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1451145 View commit details
    Browse the repository at this point in the history
  2. Add additional metrics

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6812fe5 View commit details
    Browse the repository at this point in the history
  3. Add an initial test

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ca6ff9 View commit details
    Browse the repository at this point in the history
  4. Use GC.MaxGeneration

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6a61279 View commit details
    Browse the repository at this point in the history
  5. Make test less brittle

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98f6b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    101e8aa View commit details
    Browse the repository at this point in the history
  7. Add code comment

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    34685d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cd6303 View commit details
    Browse the repository at this point in the history
  9. Fix/update field names

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7294037 View commit details
    Browse the repository at this point in the history
  10. PR feedback and naming updates

    - Limits the new meter to .NET 9+ per the review feedback.
    - Comment out dotnet.process.cpu.time until blocking PR for a new API is merged.
    - Renames several counters to align with latest spec.
    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6162a29 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    298b7fa View commit details
    Browse the repository at this point in the history
  12. Add some test logging

    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    024d2d0 View commit details
    Browse the repository at this point in the history
  13. Fix MetricsTests

    Ensure that each test only observes the expected Meter
    stevejgordon committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8457396 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7708d0a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fef38e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a5c348d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e3662c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24af281 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    087756c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Skip tests on browser

    stevejgordon committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5105ee8 View commit details
    Browse the repository at this point in the history