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

feat(dotnet): export opentelemetry metrics #398

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    39faa60 View commit details
    Browse the repository at this point in the history
  2. fix(dotnet): drop deprecated otel metrics

    Note: These metrics have never been released in the .NET SDK
    rhamzeh committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e4b5aeb View commit details
    Browse the repository at this point in the history
  3. fix(dotnet): switch fga-client.request.method in metrics to TitleCase

    This makes it consistent with Proto naming
    rhamzeh committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    490b980 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    f445cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c51af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b2f900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cb55a1 View commit details
    Browse the repository at this point in the history
  5. chore(dotnet): drop client and server request durations from attributes

    Considering that we already have histograms for them, and the const impact of
    having attributes with high variance, we're dropping the following two
    attributes:
    - `http.client.request.duration`
    - `http.server.request.duration`
    rhamzeh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1363d44 View commit details
    Browse the repository at this point in the history
  6. release(dotnet): v0.4.1

    rhamzeh committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cae5eb9 View commit details
    Browse the repository at this point in the history