diff options
author | QiLiang <liangqi1@huawei.com> | 2015-12-23 22:13:15 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-01-07 03:53:37 +0000 |
commit | 99ba990d4a01c0f3f4837f11a24b695f4a2393d2 (patch) | |
tree | 68bfa1b7c80080a294f61a3b2bddbbbdfe96957f /etc | |
parent | ffdd523055d2395d1216c5fa0007ed6af0b6146e (diff) |
Initial InfluxDB dispatcher
Supports:
- Basic influxDB write with timestamp
- Add general result format func
- Add UT
TODO:
- refine database schema (e.g. add more tags) plan in another patch
JIRA: YARDSTICK-212
Change-Id: I1526568bbd850f1343135420ec59ed1b833bb99f
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/yardstick/yardstick.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/yardstick/yardstick.conf.sample b/etc/yardstick/yardstick.conf.sample index 82326dd1b..63462c573 100644 --- a/etc/yardstick/yardstick.conf.sample +++ b/etc/yardstick/yardstick.conf.sample @@ -11,3 +11,8 @@ # file_path = /tmp/yardstick.out # max_bytes = 0 # backup_count = 0 + +[dispatcher_influxdb] +# timeout = 5 +# target = http://127.0.0.1:8086 +# db_name = yardstick |