Files
monasca-agent/conf.d/cpu.yaml
Gary Hessler 9fcfd752f8 Added additional core related cpu and aggregated disk metrics
Added 1 additional cpu core metrics and 2 rollup disk metrics.
Added a configuration parameter to the disk plugin configuration
to enable/disable the aggregated disk metrics. Also added additional
documentation to the README file to reflect how to add dimensions
to a plugin instance.

Change-Id: I7e73f7103afa1e3e366769d56eb91233f5513726
2015-04-01 14:10:12 -06:00

10 lines
312 B
YAML

init_config:
instances:
# Cpu check only supports one configured instance
- name: cpu_stats
# Send additional cpu rollup system metrics (Default = False)
# These metrics include the following metrics aggregated across all cpus:
# cpu.total_logical_cores
#send_rollup_stats: True