]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Include cpu_l3_cache meter in polling
authorPradeep Kilambi <pkilambi@redhat.com>
Wed, 25 Oct 2017 12:04:24 +0000 (08:04 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Wed, 1 Nov 2017 20:52:19 +0000 (20:52 +0000)
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 [new file with mode: 0644]
templates/polling.yaml.erb

diff --git a/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml b/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml
new file mode 100644 (file)
index 0000000..40dd925
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Add cpu_l3_cache meter in polling yaml for cache monitoring feature to
+    work out of the box.
index e84c36f991f3ad5f62e5e17313d70553a385a853..f2a7bd146316824cbd207ae60a491b6662ea3ab3 100644 (file)
@@ -4,6 +4,7 @@ sources:
       interval: <%= @polling_interval %>
       meters:
         - cpu
+        - cpu_l3_cache
         - memory.usage
         - network.incoming.bytes
         - network.incoming.packets