From 3d043b231d91aa27449635a25d2f416b3ab38a2f Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Tue, 31 Aug 2021 11:09:35 +0100 Subject: [grafana] Update Dashboard for CPU Usage After the introduction of the collectd_config roles, for generating configs, some of the configs changed, as they were no longer relying on collectd's defaults. One of these was the cpu plugin, which configured ``ReportPercentage True`` by the config role. The effected the grafana dashboards, because the CPU usage dashboard explicitly selected ``type=cpu``. With the values being reported as percentage, collectd sets the ``type=percent`` for the metrics stored in influx (which grafana retrieves), so the dashboards dodn't have any data to display. By removing the ``type=cpu`` filter, the CPU metrics are once again showing in grafana, and will be shown whether the CPU usage is reported in percentage or the default jiffies. Signed-off-by: "Emma Foley " Change-Id: I03a6f01677514d888e7805358855947791ab173c --- .../release-notes/notes/update-grafana-9bee82ecfa11f54a.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/release/release-notes/notes/update-grafana-9bee82ecfa11f54a.yaml (limited to 'docs/release') diff --git a/docs/release/release-notes/notes/update-grafana-9bee82ecfa11f54a.yaml b/docs/release/release-notes/notes/update-grafana-9bee82ecfa11f54a.yaml new file mode 100644 index 00000000..95e2cbdb --- /dev/null +++ b/docs/release/release-notes/notes/update-grafana-9bee82ecfa11f54a.yaml @@ -0,0 +1,6 @@ +containers: + - | + Grafana container was updated to support both jiffies and percent for cpu metrics. +fixes: + - | + Update the grafana dashboard to show metrics in both jffies and percent, depending on what is configured. -- cgit 1.2.3-korg