• Sean McGivern's avatar
    Exclude health checks from http_request_duration_seconds bucket · 879e02e0
    Sean McGivern authored
    We already exclude health checks from the `http_request_total` counter,
    and put them in `http_health_requests_total` instead. For durations, we
    don't really need them at all, so we can just exclude them from the
    `http_request_duration_seconds` bucket entirely.
    879e02e0
requests_rack_middleware_spec.rb 4.28 KB