aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--docker/ansible/roles/config_files/templates/rdt.conf.j22
-rw-r--r--docker/barometer-grafana/dashboards/intel_rdt_dashboard.json6
2 files changed, 6 insertions, 2 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>
diff --git a/docker/barometer-grafana/dashboards/intel_rdt_dashboard.json b/docker/barometer-grafana/dashboards/intel_rdt_dashboard.json
index 49efec7a..38baa2f7 100644
--- a/docker/barometer-grafana/dashboards/intel_rdt_dashboard.json
+++ b/docker/barometer-grafana/dashboards/intel_rdt_dashboard.json
@@ -33,6 +33,7 @@
"datasource": "collectd",
"fill": 1,
"id": 1,
+ "interval": "1s",
"legend": {
"alignAsTable": true,
"avg": true,
@@ -171,6 +172,7 @@
"datasource": "collectd",
"fill": 1,
"id": 2,
+ "interval": "1s",
"legend": {
"alignAsTable": true,
"avg": true,
@@ -309,6 +311,7 @@
"datasource": "collectd",
"fill": 1,
"id": 3,
+ "interval": "1s",
"legend": {
"alignAsTable": true,
"avg": true,
@@ -441,6 +444,7 @@
"datasource": "collectd",
"fill": 1,
"id": 4,
+ "interval": "1s",
"legend": {
"alignAsTable": true,
"avg": true,
@@ -484,7 +488,7 @@
},
{
"params": [
- "none"
+ "null"
],
"type": "fill"
}