Skip to content

Commit

Permalink
Reduce the number of Ceilometer pollsters
Browse files Browse the repository at this point in the history
Reduce the number of Ceilometer pollsters to only those used by the
sample STF dashboards.

Closes: rhbz#2239390
  • Loading branch information
leifmadsen committed Sep 27, 2023
1 parent 720ac91 commit 730ae25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,7 @@ data:
ceilometer::agent::polling::polling_interval: 30
ceilometer::agent::polling::polling_meters:
- cpu
- disk.*
- ip.*
- image.*
- memory
- memory.*
- network.*
- perf.*
- port
- port.*
- switch
- switch.*
- storage.*
- volume.*
- memory.usage
# to avoid filling the memory buffers if disconnected from the message bus
# note: this may need an adjustment if there are many metrics to be sent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,7 @@ parameter_defaults:
ceilometer::agent::polling::polling_interval: 30
ceilometer::agent::polling::polling_meters:
- cpu
- disk.*
- ip.*
- image.*
- memory
- memory.*
- network.services.vpn.*
- network.services.firewall.*
- perf.*
- port
- port.*
- switch
- switch.*
- storage.*
- volume.*
- memory.usage
# to avoid filling the memory buffers if disconnected from the message bus
# note: Adjust the value of the `send_queue_limit` to handle your required volume of metrics.
Expand Down Expand Up @@ -130,20 +117,7 @@ parameter_defaults:
ceilometer::agent::polling::polling_interval: 30
ceilometer::agent::polling::polling_meters:
- cpu
- disk.*
- ip.*
- image.*
- memory
- memory.*
- network.services.vpn.*
- network.services.firewall.*
- perf.*
- port
- port.*
- switch
- switch.*
- storage.*
- volume.*
- memory.usage
# to avoid filling the memory buffers if disconnected from the message bus
# note: this may need an adjustment if there are many metrics to be sent.
Expand Down

0 comments on commit 730ae25

Please sign in to comment.