commit | d22381949a8705da399107fcff71f8fbfe910f46 | [log] [tgz] |
---|---|---|
author | Krzysztof Grobelny <krzysztof.grobelny@intel.com> | Wed Dec 02 09:27:28 2020 +0000 |
committer | Krzysztof Grobelny <krzysztof.grobelny@intel.com> | Thu Dec 03 13:49:24 2020 +0000 |
tree | c1ebbbd78c82d131706f5c61bed1b498fcc8ee38 | |
parent | 5ade2b1d0ccb71a3de23396dea77c375bedc0362 [diff] |
Review fixes for 'Created metric class' - Changed metric to_json to dumpConfiguration returning LabeledTuple - LabeledTuple can be created and assigned directly to json - LabeledTuple can be readed from json using json.get<LabeledTuple> - Added PrintTo for LabeledMetricParams, LabeledSensorParams - Added helper method expectMake to ReportFactoryMock - sensorPaths are serialized to tuple<service, path> instead of single field with service and path separated via ':' - Changed configuration version from 1 to 2 Change-Id: I7c45fb584687172f88fd549a93329264793b0b8e 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]