From 74c2af668ecfaa71b15c3f73b9d037b7117c9e86 Mon Sep 17 00:00:00 2001 From: Kamil Wiatrowski Date: Tue, 7 Aug 2018 16:14:59 +0200 Subject: 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 --- docker/ansible/roles/config_files/templates/rdt.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/ansible/roles/config_files/templates') 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. - Interval "{{ rdt_interval }}" + Interval {{ rdt_interval }} -- cgit 1.2.3-korg