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 4d168fb8ef)
This commit is contained in:
Pradeep Kilambi 2017-10-25 08:04:24 -04:00
parent 767c543903
commit dd7e1ca61b
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Add cpu_l3_cache meter in polling yaml for cache monitoring feature to
work out of the box.

View File

@ -4,6 +4,7 @@ sources:
interval: <%= @polling_interval %>
meters:
- cpu
- cpu_l3_cache
- memory.usage
- network.incoming.bytes
- network.incoming.packets