Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information