From ea51c75ee0a48a6ccfda70fa6792d011461c8044 Mon Sep 17 00:00:00 2001 From: mortenhillbom Date: Tue, 19 Sep 2017 15:58:02 -0700 Subject: NFVBENCH-29 Add a user-provided label option to the fluentd perf records Change-Id: Ic8bece88a3235130cb0322bff41a09035e7c6d9f Signed-off-by: mortenhillbom --- nfvbench/cfg.default.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nfvbench/cfg.default.yaml') diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index f36cbea..fee65cb 100644 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -384,3 +384,7 @@ fluentd: # Module and class name of factory which will be used to provide classes dynamically for other components. factory_module: 'nfvbench.factory' factory_class: 'BasicFactory' + +# Custom label added for every perf record generated during this run. +# Can be overriden by --user-label +user_label: \ No newline at end of file -- cgit 1.2.3-korg