summaryrefslogtreecommitdiffstats
path: root/nfvbench/cfg.default.yaml
diff options
context:
space:
mode:
authormortenhillbom <mortenhillbom@gmail.com>2017-09-19 15:58:02 -0700
committermortenhillbom <mortenhillbom@gmail.com>2017-09-19 15:59:41 -0700
commitea51c75ee0a48a6ccfda70fa6792d011461c8044 (patch)
tree79490230a1f6fd864bc5209ffe74c508250aa0fe /nfvbench/cfg.default.yaml
parent230d84f20f70ebcbafa1f8f3d32461649c8c49b1 (diff)
NFVBENCH-29 Add a user-provided label option to the fluentd perf records
Change-Id: Ic8bece88a3235130cb0322bff41a09035e7c6d9f Signed-off-by: mortenhillbom <mortenhillbom@gmail.com>
Diffstat (limited to 'nfvbench/cfg.default.yaml')
-rw-r--r--nfvbench/cfg.default.yaml4
1 files changed, 4 insertions, 0 deletions
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