This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/util/saas
Matt Jibson cfb6e884f2 Refactor metric collection
This change adds a generic queue onto which metrics can be pushed. A
separate module removes metrics from the queue and adds them to Cloudwatch.
Since these are now separate ideas, we can easily change the consumer from
Cloudwatch to anything else.

This change maintains near feature parity (the only change is there is now
just one queue instead of two - not a big deal).
2015-08-12 12:15:52 -04:00
..
__init__.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
analytics.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
cloudwatch.py Refactor metric collection 2015-08-12 12:15:52 -04:00
exceptionlog.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
metricqueue.py Refactor metric collection 2015-08-12 12:15:52 -04:00