1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-21 10:50:26 +03:00

Adding stats accumulator

This commit is contained in:
Adolfo Gómez García 2022-11-09 21:43:19 +01:00
parent 8d0a3a7405
commit 7799dcd58e
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -73,6 +73,7 @@ from .log import Log
# Stats
from .stats_counters import StatsCounters
from .stats_counters_accum import StatsCountersAccum
from .stats_events import StatsEvents
# General utility models, such as a database cache (for caching remote content of slow connections to external services providers for example)