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

Add chart to response codes that shows requests and response codes #527

Closed
rschwietzke opened this issue Oct 21, 2024 · 0 comments · Fixed by #528
Closed

Add chart to response codes that shows requests and response codes #527

rschwietzke opened this issue Oct 21, 2024 · 0 comments · Fixed by #528
Assignees
Labels
enhancement New feature or request report Change to report or reporting.
Milestone

Comments

@rschwietzke
Copy link
Contributor

Compose a new chart that will be part of the network page to list all response codes (ordered from 0 to ..., but only the codes we have truly seen).

We will color the codes by range aka 0 to 99, 100 to 199, 200 to 299, and so on, so that one can easily see in what range that was.

  • 1xx informational response – the request was received, continuing process
  • 2xx successful – the request was successfully received, understood, and accepted
  • 3xx redirection – further action needs to be taken in order to complete the request
  • 4xx client error – the request contains bad syntax or cannot be fulfilled
  • 5xx server error – the server failed to fulfil an apparently valid request

I imagine a chart that is similar to this, but a) colored differently, b) more compact aka not just single charts stacked.

image

@rschwietzke rschwietzke added enhancement New feature or request report Change to report or reporting. labels Oct 21, 2024
@jowerner jowerner self-assigned this Oct 23, 2024
@jowerner jowerner linked a pull request Oct 23, 2024 that will close this issue
@jowerner jowerner added this to the 8.5.0 milestone Nov 14, 2024
jowerner added a commit that referenced this issue Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request report Change to report or reporting.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants