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:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+1
-1
@@ -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.
Reference in New Issue
Block a user