Skip to content

Commit

Permalink
Merge pull request #8 from Wiljami/feature/1xx_bucket
Browse files Browse the repository at this point in the history
Add bucket for 1xx responses
  • Loading branch information
Wiljami authored Feb 22, 2024
2 parents 3243a51 + 2ba0a7e commit e2a7626
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 e2a7626

Please sign in to comment.