Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(http): track response time by status code #3326

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

hassy
Copy link
Member

@hassy hassy commented Aug 23, 2024

Description

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

Why the change is needed, and any details to help code reviewers.

Pre-merge checklist

This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.

  • Does this require an update to the docs? Yes
  • Does this require a changelog entry? Yes

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 hassy merged commit df428ce into main Aug 23, 2024
62 checks passed
@hassy hassy deleted the feat/response-time-by-code branch August 23, 2024 20:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant