aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party
AgeCommit message (Collapse)AuthorFilesLines
2017-10-16Simplify RE validationPeter Barabas1-3/+1
Change-Id: Icbafb709556cb644c42a35303f5cc76500f404ee Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
2017-10-11VES: Add guest support modeMytnyk, Volodymyr2-1/+281
- Fix RE validation. Change-Id: I01bbde4adc85980b49ee43e92a42de1022bd8f4e Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-10-03VES: Implement YAML configuration supportMytnyk, Volodymyr4-837/+917
- Added YAML schema config file - Moved host metrics into additionalMeasurements - Moved VNF (virt) metrics into additionalFields Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> Change-Id: I35e5e20750c375a61928ce3c925287f1b9cabdca
2017-09-19VES app: Change Directory and file names to app.Alan Carey6-20/+12
-Directories renamed -All files containing plugin name changed to app -Logfile name changed -Changed some Licenses Change-Id: I578dcf8249e160a904d36b439d10f5c4e7940b98 Signed-off-by: Alan Carey <alan.carey@intel.com>
2017-08-18VES plugin: Remove collectd modules, now a stand alone processacarey3-308/+324
-All collectd modules removed -Config file used to set configuration -Logging added -Kafka consumer added -Plugin references in code changed to app Change-Id: I4fed4660d18af22927bc16ff61096d28789c41d1 Signed-off-by: Alan Carey <alan.carey@intel.com>
2017-06-14VES: Updated plugin to use latest schemaMytnyk, Volodymyr1-201/+498
- Removed guest mode support; - Updated source_id/name & reporting_entity_id/name mapping. - Fixed issue with "additionalFields" field which is empty if multiple VM instances are running on the host. Change-Id: I37f3b3a8e932848c15f6778967c49740cf701d65 Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
2017-06-07ovs_pmd_stats: added ovs_pmd_stats plugin.Roman Korynkevych1-0/+109
Added ovs_pmd_stats plugin which communicates with ovs-vswitch using unix socket and publishes pmd metrics in collectd format. Change-Id: I4dbdd58cdddfd13fe7df44e01c80212f2d4203fc Signed-off-by: Roman Korynkevych <romanx.korynkevych@intel.com>
2017-05-24Update ApiVersion to 5.1 to match current schema version.Aimee Ukasick1-1/+1
JIRA: VES-11 Change-Id: I9a492537759e6a7b9504af050764f91185e84ec4 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-05-18VES plugin: update to latest VES event schemaMytnyk, VolodymyrX1-32/+50
- Updated the plugin to lates VES schema - Migrated VES plugin to python3 (with backward compatibility) - Fixed issue with CPU total calculation - Fixed VES documentation Change-Id: Ic8b0419146a9c75a48907f39adda1351f3b3bc73 Signed-off-by: Mytnyk, VolodymyrX <volodymyrx.mytnyk@intel.com>
2017-03-07Update to VES API v3 URLbryan1-1/+1
JIRA: VES-1 Change-Id: I76679e85cb769b87e5137b8ad2b56930c68b31fb Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
2017-02-03collectd VES agent: collectd VES agent codemaryam.tahhan4-0/+694
Add the code for the VES collectd agent to barometer. Change-Id: I39d9b0af4003e381fcaee1a8cbd38d9e54d9ac33 Signed-off-by: Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>