Skip to content

Commit ad14623

Browse files
committed
Update statistics comment
1 parent 6d467e3 commit ad14623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aikido_zen/storage/statistics/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
class Statistics:
66
"""
7-
Keeps track of total and aborted requests
8-
and total and blocked attacks
7+
Stores: hits, counts of attacks (split up in detected/blocked), count of rate-limited requests,
8+
statistics for operations (i.e. how many times did we see a query being executed)
99
"""
1010

1111
def __init__(self):

0 commit comments

Comments
 (0)