Gather more extra stats with the collectd virt plugin

Change-Id: Ida1b12267899b8604770b16f0feb8165a2010359
This commit is contained in:
Paul Leimer 2020-09-11 10:56:31 -04:00 committed by Takashi Kajinami
parent fdf8738614
commit fabe5b3b70
1 changed files with 16 additions and 1 deletions

View File

@ -439,7 +439,22 @@ outputs:
collectd::plugin::df::fstypes: ['xfs']
collectd::plugin::load::reportrelative: true
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"
tripleo.collectd.plugins.collectd:
yaql: