.stestr.conf
.zuul.yaml
AUTHORS
ChangeLog
LICENSE
README.rst
lower-constraints.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
devstack/README.md
devstack/plugin.sh
devstack/post_test_hook.sh
devstack/pre_test_hook.sh
devstack/settings
devstack/test.sh
devstack/files/monasca-transform/driver.py
devstack/files/monasca-transform/monasca-transform
devstack/files/monasca-transform/monasca-transform.conf
devstack/files/monasca-transform/monasca-transform_mysql.sql
devstack/files/monasca-transform/monasca_transform_init.conf
devstack/files/monasca-transform/service_runner.py
devstack/files/monasca-transform/start-monasca-transform.sh
devstack/files/spark/spark-defaults.conf
devstack/files/spark/spark-env.sh
devstack/files/spark/spark-master.service
devstack/files/spark/spark-worker-env.sh
devstack/files/spark/spark-worker.service
devstack/files/spark/start-spark-master.sh
devstack/files/spark/start-spark-worker.sh
doc/source/conf.py
doc/source/index.rst
docs/create-new-aggregation-pipeline.md
docs/data_formats.md
docs/generic-aggregation-components.md
etc/monasca-transform.conf
monasca_transform/__init__.py
monasca_transform/log_utils.py
monasca_transform/mysql_offset_specs.py
monasca_transform/offset_specs.py
monasca_transform.egg-info/PKG-INFO
monasca_transform.egg-info/SOURCES.txt
monasca_transform.egg-info/dependency_links.txt
monasca_transform.egg-info/entry_points.txt
monasca_transform.egg-info/not-zip-safe
monasca_transform.egg-info/pbr.json
monasca_transform.egg-info/requires.txt
monasca_transform.egg-info/top_level.txt
monasca_transform/component/__init__.py
monasca_transform/component/component_utils.py
monasca_transform/component/insert/__init__.py
monasca_transform/component/insert/kafka_insert.py
monasca_transform/component/insert/kafka_insert_pre_hourly.py
monasca_transform/component/insert/prepare_data.py
monasca_transform/component/setter/__init__.py
monasca_transform/component/setter/pre_hourly_calculate_rate.py
monasca_transform/component/setter/rollup_quantity.py
monasca_transform/component/setter/set_aggregated_metric_name.py
monasca_transform/component/setter/set_aggregated_period.py
monasca_transform/component/usage/__init__.py
monasca_transform/component/usage/calculate_rate.py
monasca_transform/component/usage/fetch_quantity.py
monasca_transform/component/usage/fetch_quantity_util.py
monasca_transform/config/__init__.py
monasca_transform/config/config_initializer.py
monasca_transform/data_driven_specs/__init__.py
monasca_transform/data_driven_specs/data_driven_specs_repo.py
monasca_transform/data_driven_specs/mysql_data_driven_specs_repo.py
monasca_transform/data_driven_specs/pre_transform_specs/pre_transform_specs.json
monasca_transform/data_driven_specs/transform_specs/transform_specs.json
monasca_transform/db/__init__.py
monasca_transform/db/db_utils.py
monasca_transform/driver/__init__.py
monasca_transform/driver/mon_metrics_kafka.py
monasca_transform/messaging/__init__.py
monasca_transform/messaging/adapter.py
monasca_transform/processor/__init__.py
monasca_transform/processor/pre_hourly_processor.py
monasca_transform/processor/processor_util.py
monasca_transform/service/__init__.py
monasca_transform/service/transform_service.py
monasca_transform/transform/__init__.py
monasca_transform/transform/storage_utils.py
monasca_transform/transform/transform_utils.py
monasca_transform/transform/builder/__init__.py
monasca_transform/transform/builder/generic_transform_builder.py
monasca_transform/transform/grouping/__init__.py
monasca_transform/transform/grouping/group_sort_by_timestamp.py
monasca_transform/transform/grouping/group_sort_by_timestamp_partition.py
releasenotes/notes/drop-py-2-7-297320bc1d9f0280.yaml
scripts/create_zip.py
scripts/create_zip.sh
scripts/generate_ddl.sh
scripts/generate_ddl_for_devstack.sh
scripts/make_egg.sh
scripts/pyspark-shell.sh
scripts/submit_mon_metrics_kafka.sh
scripts/ddl/generate_ddl.py
scripts/ddl/pre_transform_specs_template.sql
scripts/ddl/transform_specs_template.sql
tests/__init__.py
tests/functional/__init__.py
tests/functional/json_offset_specs.py
tests/functional/spark_context_test.py
tests/functional/test_json_kafka_offsets.py
tests/functional/test_mysql_kafka_offsets.py
tests/functional/builder/__init__.py
tests/functional/builder/test_transform_builder.py
tests/functional/component/__init__.py
tests/functional/component/insert/__init__.py
tests/functional/component/insert/dummy_insert.py
tests/functional/component/insert/dummy_insert_pre_hourly.py
tests/functional/config/__init__.py
tests/functional/config/config_initializer_test.py
tests/functional/data_driven_specs/__init__.py
tests/functional/data_driven_specs/json_data_driven_specs_repo.py
tests/functional/data_driven_specs/test_data_driven_specs.py
tests/functional/data_driven_specs/pre_transform_specs/pre_transform_specs.json
tests/functional/data_driven_specs/transform_specs/transform_specs.json
tests/functional/db/__init__.py
tests/functional/db/test_db_util.py
tests/functional/driver/__init__.py
tests/functional/driver/test_first_attempt_at_spark.py
tests/functional/messaging/__init__.py
tests/functional/messaging/adapter.py
tests/functional/processor/__init__.py
tests/functional/processor/test_pre_hourly_processor_agg.py
tests/functional/setter/__init__.py
tests/functional/setter/test_set_aggregated_metric_name.py
tests/functional/setter/test_setter_component.py
tests/functional/test_resources/__init__.py
tests/functional/test_resources/mock_component_manager.py
tests/functional/test_resources/mock_data_driven_specs_repo.py
tests/functional/test_resources/test_read_offsets_on_start.json
tests/functional/test_resources/config/test_config.conf
tests/functional/test_resources/config/test_config_with_dummy_messaging_adapter.conf
tests/functional/test_resources/cpu_kafka_data/__init__.py
tests/functional/test_resources/cpu_kafka_data/cpu_kafka_data.txt
tests/functional/test_resources/cpu_kafka_data/data_provider.py
tests/functional/test_resources/cpu_kafka_data_second_stage/__init__.py
tests/functional/test_resources/cpu_kafka_data_second_stage/cpu_kafka_data.txt
tests/functional/test_resources/cpu_kafka_data_second_stage/data_provider.py
tests/functional/test_resources/fetch_quantity_data/__init__.py
tests/functional/test_resources/fetch_quantity_data/data_provider.py
tests/functional/test_resources/fetch_quantity_data/fetch_quantity_data.txt
tests/functional/test_resources/fetch_quantity_data_second_stage/__init__.py
tests/functional/test_resources/fetch_quantity_data_second_stage/data_provider.py
tests/functional/test_resources/fetch_quantity_data_second_stage/fetch_quantity_data_second_stage.txt
tests/functional/test_resources/fetch_quantity_util_second_stage/__init__.py
tests/functional/test_resources/fetch_quantity_util_second_stage/data_provider.py
tests/functional/test_resources/fetch_quantity_util_second_stage/kafka_data.txt
tests/functional/test_resources/kafka_data/__init__.py
tests/functional/test_resources/kafka_data/data_provider.py
tests/functional/test_resources/kafka_data/kafka_data.txt
tests/functional/test_resources/kafka_data_second_stage/__init__.py
tests/functional/test_resources/kafka_data_second_stage/data_provider.py
tests/functional/test_resources/kafka_data_second_stage/kafka_data_by_all.txt
tests/functional/test_resources/kafka_data_second_stage/kafka_data_by_project.txt
tests/functional/test_resources/mem_total_all/__init__.py
tests/functional/test_resources/mem_total_all/data_provider.py
tests/functional/test_resources/mem_total_all/record_store_df.txt
tests/functional/test_resources/mem_total_all/transform_spec_df.txt
tests/functional/test_resources/metrics_pre_hourly_data/__init__.py
tests/functional/test_resources/metrics_pre_hourly_data/data_provider.py
tests/functional/test_resources/metrics_pre_hourly_data/metrics_pre_hourly_data.txt
tests/functional/usage/__init__.py
tests/functional/usage/test_fetch_quantity_agg.py
tests/functional/usage/test_fetch_quantity_instance_usage_agg.py
tests/functional/usage/test_fetch_quantity_util_agg.py
tests/functional/usage/test_fetch_quantity_util_agg_second_stage.py
tests/functional/usage/test_host_cpu_usage_component.py
tests/functional/usage/test_host_cpu_usage_component_second_agg.py
tests/functional/usage/test_pod_net_usage_agg.py
tests/functional/usage/test_usage_component.py
tests/functional/usage/test_vm_cpu_allocated_agg.py
tests/functional/usage/test_vm_cpu_allocated_agg_second_stage.py
tests/unit/__init__.py
tests/unit/processor/__init__.py
tests/unit/processor/test_is_time_to_run.py
tests/unit/service/__init__.py
tests/unit/service/test_transform_service.py
tests/unit/test_resources/config/test_config.conf
tools/vagrant/Vagrantfile
tools/vagrant/install.sh
tools/vagrant/local.conf
tools/vagrant/provision-devstack.sh
tools/vagrant/provision-pg-tips.sh
tools/vagrant/refresh_monasca_transform.sh
tools/vagrant/settings.xml
tools/vagrant/setup_local_repos.sh
tools/vagrant/setup_maven_proxy.sh