From: Jo¶rgen Karlsson Date: Tue, 9 Feb 2016 12:53:11 +0000 (+0100) Subject: Add deploy scenario tag to influxdb measurements X-Git-Tag: colorado.1.0~232 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F9607%2F1;p=yardstick.git Add deploy scenario tag to influxdb measurements Change-Id: I7e303f8445e4910074fcae6e48f142fa7b61923c Signed-off-by: Jo¶rgen Karlsson --- diff --git a/yardstick/dispatcher/influxdb.py b/yardstick/dispatcher/influxdb.py index efa566904..ab6d40967 100644 --- a/yardstick/dispatcher/influxdb.py +++ b/yardstick/dispatcher/influxdb.py @@ -67,6 +67,7 @@ class InfluxdbDispatcher(DispatchBase): self.static_tags = { "pod_name": os.environ.get('NODE_NAME', 'unknown'), "installer": os.environ.get('INSTALLER_TYPE', 'unknown'), + "deploy_scenario": os.environ.get('DEPLOY_SCENARIO', 'unknown'), "version": os.environ.get('YARDSTICK_VERSION', 'unknown') }