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
This commit is contained in:
parent
b30a0359ab
commit
4d168fb8ef
5
releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml
Normal file
5
releasenotes/notes/add-l3-cache-bb9e64e9a9337d6d.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Add cpu_l3_cache meter in polling yaml for cache monitoring feature to
|
||||||
|
work out of the box.
|
@ -4,6 +4,7 @@ sources:
|
|||||||
interval: <%= @polling_interval %>
|
interval: <%= @polling_interval %>
|
||||||
meters:
|
meters:
|
||||||
- cpu
|
- cpu
|
||||||
|
- cpu_l3_cache
|
||||||
- memory.usage
|
- memory.usage
|
||||||
- network.incoming.bytes
|
- network.incoming.bytes
|
||||||
- network.incoming.packets
|
- network.incoming.packets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user