Skip to content

Commit

Permalink
Add bucket for 1xx responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiljami committed Feb 21, 2024
1 parent 3243a51 commit 2ba0a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milliseconds.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_top_10(result_type, result_type_dict):
'cache_hit': dict(bucket),
'cache_miss': dict(bucket),
'cache_other': dict(bucket),
'1xx': dict(bucket),
'2xx': dict(bucket),
'3xx': dict(bucket),
'4xx': dict(bucket),
Expand Down

0 comments on commit 2ba0a7e

Please sign in to comment.