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 instrumentation prototype #9

Draft
wants to merge 5 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 might round to zero
    kaylareopelle committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d952137 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36854b8 View commit details
    Browse the repository at this point in the history