Skip to content

Exclude health checks from http_request_duration_seconds bucket

Sean McGivern requested to merge remove-health-endpoints-from-rack-metrics into master

What does this MR do?

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.

See gitlab-com/gl-infra/scalability#267 (closed).

Merge request reports