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: 🦠 Metrics prototype for Rack instrumentation #1129

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

Commits on Aug 14, 2024

  1. feat: Add experimental metrics to Rack

    Emit http.server.request.duration metric if the application has the
    metrics API installed and enables the feature via config
    kaylareopelle committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e6b9ab View commit details
    Browse the repository at this point in the history
  2. chore: Remove puts

    kaylareopelle committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8338fc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: Misc

    kaylareopelle committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b031ceb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix: Make sure duration is a float

    Otherwise it may round to zero
    kaylareopelle committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ed4a354 View commit details
    Browse the repository at this point in the history
  2. feat: Create MetricsPatch modules to hold metrics

    Like the Metrics ConfigurationPatch, include the MetricsPatch modules if
    Metrics is enabled/present
    kaylareopelle committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a38aa87 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    92d9ef6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'metrics-alternative-prototype' of github.com:kaylareope…

    …lle/opentelemetry-ruby-contrib into metrics-alternative-prototype
    kaylareopelle committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8b4554f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff2fbdb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    3eef72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258b587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9d06d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. style: Rubocop

    kaylareopelle committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7f8ce16 View commit details
    Browse the repository at this point in the history