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
10 lines
312 B
YAML
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
|