commit | b5645947c66135d64c016b7cbc8aee392deb1822 | [log] [tgz] |
---|---|---|
author | Krzysztof Grobelny <krzysztof.grobelny@intel.com> | Tue Sep 29 11:52:45 2020 +0200 |
committer | Krzysztof Grobelny <krzysztof.grobelny@intel.com> | Wed Nov 04 17:05:00 2020 +0100 |
tree | 2ac8880da4251c56e8c16c7e0b87e9cc0c315fa0 | |
parent | 7f06f613fff4eb4d84f74ce9d0dc5c68211f6ab1 [diff] |
Implemented sensor class Sensor class was introduced, it monitors xyz.openbmc_project.Sensor.Value, for change and notifies all listeners. Tested: - Unit tested with service stub that provides dbus interface xyz.openbmc_project.Sensor.Value - All changes are delivered to listeners - All other unit tests are passing Change-Id: I8c9d58cc986c1fe2a4d2386815d559814016efa6 Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@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]