Files
awx/awx/main/analytics/__init__.py
Jeff Bradberry a448cb17d9 Refactor analytics.gather
With the change to use pk-based interval slicing for the job events
table, we need analytics.gather to be the code that manages all of the
"expensive" collector slicing.  While we are at it, let's ship each
chunked tarball file as we produce it.
2021-04-05 13:58:32 -04:00

2 lines
65 B
Python

from .core import all_collectors, register, gather, ship # noqa