From: Pradeep Kilambi Date: Wed, 25 Oct 2017 12:04:24 +0000 (-0400) Subject: Include cpu_l3_cache meter in polling X-Git-Tag: 11.4.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dd7e1ca61b6da6565c06a27b0d4a4f8f5cbfb1de;p=puppet-modules%2Fpuppet-ceilometer.git 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 (cherry picked from commit 4d168fb8ef73a96959117eff90e71f2a4983c3d9) --- diff --git a/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml b/releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml new file mode 100644 index 0000000..40dd925 --- /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 e84c36f..f2a7bd1 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