Remove cpu_l3_cache meter

The meter requires Intel CMT perf events which were removed from nova
by [1]. The related meters are being removed from ceilometer now.

[1] e45f3b5d71342d179bc150901f2dd5dabef238ca

Change-Id: If9a40994dc0735e44f724ed2b867fbf266e77306
This commit is contained in:
Takashi Kajinami 2024-12-24 01:52:23 +09:00
parent 84019cd78c
commit cd48154583
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ class ceilometer::params {
$group = 'ceilometer'
$polling_meters = [
'cpu',
'cpu_l3_cache',
'memory.usage',
'network.incoming.bytes',
'network.incoming.packets',

View File

@ -214,7 +214,6 @@ sources:
interval: 300
meters:
- cpu
- cpu_l3_cache
- memory.usage
- network.incoming.bytes
- network.incoming.packets