diff options
author | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2017-11-17 17:49:05 +0100 |
---|---|---|
committer | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | 2017-11-17 17:49:05 +0100 |
commit | d9a6714a3acfcc133936eb1933b83c4fcc828ca6 (patch) | |
tree | 1310765c047ac9dc780b8c053c7e27417ff6c27f /3rd_party/collectd-ves-app/ves_app/guest.yaml | |
parent | 8e44b29f6eca84e41aa8a5f3be5d006340d66d89 (diff) |
VES YAML: Add node VES message definition
Added new YAML configuration, which allows the VES app
to generate the VES messages for guest,host and hypervisor
separately.
- Fix bug in `INDEX-KEY` definition
- Verbose error messages
Change-Id: I1dddcfc79b27dc68249465f287be34519096c546
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Diffstat (limited to '3rd_party/collectd-ves-app/ves_app/guest.yaml')
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/guest.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rd_party/collectd-ves-app/ves_app/guest.yaml b/3rd_party/collectd-ves-app/ves_app/guest.yaml index c26bd08c..0f48b5e2 100644 --- a/3rd_party/collectd-ves-app/ves_app/guest.yaml +++ b/3rd_party/collectd-ves-app/ves_app/guest.yaml @@ -223,6 +223,7 @@ Host Measurements: !Measurements plugin_instance: "{vl.plugin_instance}" type: disk_io_time ds_name: io_time + - DEFAULT: 0 diskMergedReadLast: !ValueItem - SELECT: plugin: disk @@ -243,12 +244,14 @@ Host Measurements: !Measurements plugin_instance: "{vl.plugin_instance}" type: disk_time ds_name: read + - DEFAULT: 0 diskTimeWriteLast: !ValueItem - SELECT: plugin: disk plugin_instance: "{vl.plugin_instance}" type: disk_time ds_name: write + - DEFAULT: 0 - SELECT: plugin: memory type_instance: free |