aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible
diff options
context:
space:
mode:
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>2018-08-07 16:14:59 +0200
committerRadoslaw Jablonski <radoslawx.jablonski@intel.com>2018-08-31 12:26:55 +0100
commit74c2af668ecfaa71b15c3f73b9d037b7117c9e86 (patch)
tree19b85f5847627cb1d98ce7aa51f3049155b8dd88 /docker/ansible
parent1db7418e39d41cb92e3b1af71d2cb4b9fabb29f2 (diff)
Fix for Grafana does not plot the RDT plugin data correctly.
Fixed the interval of intel_rdt plugin and Grafana dashboard settings to follow the correct interval. Change-Id: Ia792c6b6308526d82f153275d5d5393b0aea312d Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
Diffstat (limited to 'docker/ansible')
-rw-r--r--docker/ansible/roles/config_files/templates/rdt.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ansible/roles/config_files/templates/rdt.conf.j2 b/docker/ansible/roles/config_files/templates/rdt.conf.j2
index 814c23ca..0e1afcfc 100644
--- a/docker/ansible/roles/config_files/templates/rdt.conf.j2
+++ b/docker/ansible/roles/config_files/templates/rdt.conf.j2
@@ -13,7 +13,7 @@
# limitations under the License.
<LoadPlugin intel_rdt>
- Interval "{{ rdt_interval }}"
+ Interval {{ rdt_interval }}
</LoadPlugin>
<Plugin intel_rdt>