From 262f007f06da281e1f92018cb87e9abe2432e644 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 23 Dec 2015 22:13:15 +0800 Subject: 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 (cherry picked from commit 99ba990d4a01c0f3f4837f11a24b695f4a2393d2) --- etc/yardstick/yardstick.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/yardstick') 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 -- cgit 1.2.3-korg