Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Gather more extra stats with the collectd virt plugin
Browse files Browse the repository at this point in the history
Change-Id: Ida1b12267899b8604770b16f0feb8165a2010359
  • Loading branch information
pleimer authored and kajinamit committed Sep 15, 2020
1 parent fdf8738 commit fabe5b3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion deployment/metrics/collectd-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fabe5b3

Please sign in to comment.