Merge "Gather more extra stats with the collectd virt plugin" into stable/train

This commit is contained in:
Zuul 2020-10-10 21:18:58 +00:00 committed by Gerrit Code Review
commit 0d9873f7c8
1 changed files with 16 additions and 1 deletions

View File

@ -412,7 +412,22 @@ outputs:
collectd::plugin::df::fstypes: ['xfs'] collectd::plugin::df::fstypes: ['xfs']
collectd::plugin::load::reportrelative: true collectd::plugin::load::reportrelative: true
collectd::plugin::virt::connection: "qemu:///system" collectd::plugin::virt::connection: "qemu:///system"
collectd::plugin::virt::extra_stats: "cpu_util disk disk_err pcpu job_stats_background perf vcpupin" collectd::plugin::virt::extra_stats:
list_join:
- ' '
- - 'pcpu'
- 'cpu_util'
- 'vcpupin'
- 'vcpu'
- 'memory'
- 'disk'
- 'disk_err'
- 'disk_allocation'
- 'disk_capacity'
- 'disk_physical'
- 'domain_state'
- 'job_stats_background'
- 'perf'
collectd::plugin::virt::hostname_format: "hostname" collectd::plugin::virt::hostname_format: "hostname"
tripleo.collectd.plugins.collectd: tripleo.collectd.plugins.collectd:
yaql: yaql: