DEPRECATED, Monasca Transform and Aggregation Engine
Go to file
agateaaa 2da390414e Hourly aggregation account for early arrving metrics
With this change pre hourly processor which does the
hourly aggregation (second stage) and writes the
final aggregated metrics to metris topic in kafka
now accounts for any early arriving metrics.

This change along with two previous changes
to pre hourly processor that added
1.) configurable late metrics slack time
(https://review.openstack.org/#/c/394497/), and
2.) batch filtering
(https://review.openstack.org/#/c/363100/)
will make sure all late arriving or early
arriving metrics for an hour are aggregated
appropriately.

Also made improvement in MySQL offset to call
delete excess revisions only once.

Change-Id: I919cddf343821fe52ad6a1d4170362311f84c0e4
2017-04-17 15:29:34 -07:00
devstack Hourly aggregation account for early arrving metrics 2017-04-17 15:29:34 -07:00
doc/source Delete doc/build/html/.root-marker 2017-03-22 18:09:33 +01:00
etc Hourly aggregation account for early arrving metrics 2017-04-17 15:29:34 -07:00
monasca_transform Hourly aggregation account for early arrving metrics 2017-04-17 15:29:34 -07:00
scripts Removed spark-events from config 2016-06-20 10:15:02 +01:00
tests Hourly aggregation account for early arrving metrics 2017-04-17 15:29:34 -07:00
tools/vagrant Fix development environment and functional tests 2017-04-11 12:13:25 -07:00
.gitignore Delete doc/build/html/.root-marker 2017-03-22 18:09:33 +01:00
.gitreview Added .gitreview 2016-04-08 07:58:56 +00:00
.testr.conf Corrected test environment 2016-11-22 10:24:07 +00:00
LICENSE monasca-transform initial commit 2016-05-26 00:10:37 +00:00
README.md Show team and repo badges on README 2016-11-25 18:27:38 +01:00
requirements.txt Updated from global requirements 2017-03-28 21:30:47 +00:00
setup.cfg Delete doc/build/html/.root-marker 2017-03-22 18:09:33 +01:00
setup.py Updated from global requirements 2017-03-17 15:59:01 -07:00
test-requirements.txt Fix development environment and functional tests 2017-04-11 12:13:25 -07:00
tox.ini Fix development environment and functional tests 2017-04-11 12:13:25 -07:00

README.md

Team and repository tags

Team and repository tags

Monasca Transform

##To set up the development environment

The monasca-transform dev environment uses devstack so see the README in the devstack directory.