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(http): track response time by status code #3326

Merged
merged 1 commit into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. feat(http): track response time by status code

    Track response time by status code (2xx, 3xx, 4xx, and 5xx).
    
    New metrics that will be emitted:
    
    - http.response_time.2xx
    - http.response_time.3xx
    - http.response_time.4xx
    - http.response_time.5xx
    hassy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7f28558 View commit details
    Browse the repository at this point in the history