From 4d168fb8ef73a96959117eff90e71f2a4983c3d9 Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Wed, 25 Oct 2017 08:04:24 -0400 Subject: [PATCH] Include cpu_l3_cache meter in polling We will need this for Cache Monitoring technology feature to work out of the box. Change-Id: I1463bbb34e62c7f4652e160e8beb7139fc7b595e --- releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml | 5 +++++ templates/polling.yaml.erb | 1 + 2 files changed, 6 insertions(+) create mode 100644 releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml diff --git a/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml b/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml new file mode 100644 index 00000000..40dd9258 --- /dev/null +++ b/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Add cpu_l3_cache meter in polling yaml for cache monitoring feature to + work out of the box. diff --git a/templates/polling.yaml.erb b/templates/polling.yaml.erb index e84c36f9..f2a7bd14 100644 --- a/templates/polling.yaml.erb +++ b/templates/polling.yaml.erb @@ -4,6 +4,7 @@ sources: interval: <%= @polling_interval %> meters: - cpu + - cpu_l3_cache - memory.usage - network.incoming.bytes - network.incoming.packets