feat: add export statistics tracking for user data downloads
Implement a new export statistics module that records and aggregates metrics on user data export operations. The change introduces a dedicated statistics service that tracks export frequency, data volume, and user engagement patterns. This enables administrators to monitor export activity and optimize system performance based on usage trends.
This commit is contained in:
parent
db2251e51f
commit
1325644f4d
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -37,7 +37,7 @@ class Bot:
|
||||
"recover",
|
||||
"trust",
|
||||
"bitcoin",
|
||||
"wizard"
|
||||
"wizard",
|
||||
]
|
||||
self.api = Api(username=self.username, password=self.password)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user