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

Proof of concept: OpenTelemetry metrics #2409

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2024

  1. Initial commit.

    This adds an initial framework for updated telemetry using .NET metrics.
    Many of these telemetry points aren't connected, and the old telemetry hasn't been removed. This has also only been applied to the .NET Core project.
    edwardneal committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f3559e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    840a234 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Forcing the usage of System.Diagnostics.DiagnosticSource 8.0.0 on .NE…

    …T 6.0.
    
    This allows the use of UpDownCounter for usage counters.
    edwardneal committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    84ec5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e73d3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    157c09a View commit details
    Browse the repository at this point in the history
  4. Added performance counter adjustment code.

    This hasn't been connected to anything unique to .NET Framework yet, and hasn't been tested.
    edwardneal committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4d43727 View commit details
    Browse the repository at this point in the history