Skip to content

Commit

Permalink
Merge branch 'master' into stf-1507/deprecate_ha_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen authored Sep 28, 2023
2 parents c4080de + 428b8ae commit 7b1e1b0
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 7b1e1b0

Please sign in to comment.