monasca-persister/.gitignore
James Gu 169f2c3ca3 Add performance testing in Monasca persister
Leverages the JMeter and KafkaMeter to inject into persister metric
messages with permutation of random metric names and dimensions.
Monitors the metrics flushed to the database in all persister
instances and calculates the throughput. The number of metrics and
the number of unique metic definitions are configurable in the test
plan. The script currently supports only the Java implementation of
the Monasca persister. Monasca python does not provide the same
internal metric api as the Dropwizard in the Java implemation.
Future work is required for the Python implemation.

Change-Id: Id8e6a5b62aa434d9943c7eee4be8991536b1c45f
Depends-On: https://review.openstack.org/543399
story: 2001292
task: 5841
2018-02-12 09:53:13 +00:00

19 lines
191 B
Plaintext

target/
*.classpath
*.project
*.settings/
debs/
logs/
.idea/
**/*.pyc
virtenv/*
.coverage
cover/
.tox/
*egg-info/
.testrepository/
.stestr/
*.sample
perf/persister_perf_*/*.*
perf/jmeter.log