commit | d960e1f37e72115fdd8ec0163c99bb19e0487b91 | [log] [tgz] |
---|---|---|
author | Wludzik, Jozef <jozef.wludzik@intel.com> | Fri Jan 08 09:25:59 2021 +0100 |
committer | Wludzik, Jozef <jozef.wludzik@intel.com> | Tue Jan 26 13:32:26 2021 +0100 |
tree | 4cc10c3d93f14b64aff6d6a87f00b1dcbbeaa997 | |
parent | 1477fe6a2c2d4e4d49c773fe6b54ae558b06e706 [diff] |
Implement Trigger Actions Now action is triggered when threshold is crossed. There are 3 actions: write message to journal, write message to journal as Redfish Event and update an existing Report. To update an existing Report updateReading method is changed to public. Added UpdateReport to ReportManager, now object is able to update readings of any report using report name. Tested: - Unit tests passed - Verified that logs are propagated to journal when threshold is crossed Change-Id: Iebca7c8b9ab9b50b4c401877ccf8c2f01f1e6f36 Signed-off-by: Wludzik, Jozef <jozef.wludzik@intel.com>
This component implements middleware for sensors and metrics aggregation.
This application is implementation of Telemetry proposed in design[1]
.
It's responsible for:
[2]
,[3]
updates.[4]