Initial InfluxDB dispatcher
[yardstick.git] / etc / yardstick / yardstick.conf.sample
1 [DEFAULT]
2 # verbose = True
3 # debug = True
4 # dispatcher = http
5
6 [dispatcher_http]
7 # timeout = 5
8 # target = http://127.0.0.1:8000/results
9
10 [dispatcher_file]
11 # file_path = /tmp/yardstick.out
12 # max_bytes = 0
13 # backup_count = 0
14
15 [dispatcher_influxdb]
16 # timeout = 5
17 # target = http://127.0.0.1:8086
18 # db_name = yardstick