#
9d46e5bb |
| 02-Oct-2024 |
Michal Orzel <michalx.orzel@intel.com> |
Telemetry: Update Report interface
Updating Report interface to the state that is currently implemented in service code:
- added `SetReadingProperties` method, which allows safe modification of `Re
Telemetry: Update Report interface
Updating Report interface to the state that is currently implemented in service code:
- added `SetReadingProperties` method, which allows safe modification of `ReportingType` and `Interval` properties - made `ReportingType` and `Interval` properties read-only
Change-Id: I9a9539a3f9a95b6a1eb19134a264f9438605a66d Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
show more ...
|
#
021f6d43 |
| 08-Feb-2023 |
Krzysztof Grobelny <krzysztof.grobelny@intel.com> |
updated telemetry service API
Reverted addReport function to take multiple parameters instead of list of variants. Removed errors property from Report.
Change-Id: Idd9ac31958142b7ce120fad676877b722
updated telemetry service API
Reverted addReport function to take multiple parameters instead of list of variants. Removed errors property from Report.
Change-Id: Idd9ac31958142b7ce120fad676877b7226a32be7 Signed-off-by: Krzysztof Grobelny <krzysztof.grobelny@intel.com>
show more ...
|
#
a1347418 |
| 06-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Pat
reformat with latest settings
Reformat with the latest settings from openbmc-build-scripts (and copy latest config files where appropriate). Fix a few minor markdownlint issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
show more ...
|
#
4f9c0914 |
| 01-Aug-2022 |
Michal Orzel <michalx.orzel@intel.com> |
Update Telemetry service interfaces
This change updates description of interfaces utilized by Telemetry service, so that its contents mirror the desired implementation.
Change-Id: I7207c4889912e848
Update Telemetry service interfaces
This change updates description of interfaces utilized by Telemetry service, so that its contents mirror the desired implementation.
Change-Id: I7207c4889912e848a058279b9d89f643a7e0b6b8 Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
show more ...
|
#
8da396ca |
| 14-Mar-2022 |
Patrick Williams <patrick@stwcx.xyz> |
yaml: format with prettier
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
|
#
77369cbb |
| 20-Sep-2021 |
Szymon Dompke <szymon.dompke@intel.com> |
Update Telemetry Report and ReportManager
For Report interface: - Added 'Enabled' property. It may be set by user to enable or disable readings updates, or can be set by service when certain condi
Update Telemetry Report and ReportManager
For Report interface: - Added 'Enabled' property. It may be set by user to enable or disable readings updates, or can be set by service when certain conditions are met. - Added 'CollectionTimescope' enum, used by ReadingParameters property and used by AddReport method in ReportManager. - Updated 'ReportUpdates' enum with 1 new value: -- NewReport. A new report is created, whose name is the current metric report name concatenated with the timestamp. - Updated description of 'Overwrite' ReportUpdate value, to clarify its interaction (or lack of it) with AppendLimit. - Updated 'AppendLimit' description to match redfish description. - Updated 'ReadingParameters' to include multiple sensors, collection timescope and collection duration. - Fixed typos in some descriptions.
For ReportManger interface: - Updated 'appendLimit' description in AddReport method to match redfish description. - Updated 'metricParams' in AddReport method to include multiple sensor paths, collection timescope and collection duration.
Signed-off-by: Szymon Dompke <szymon.dompke@intel.com> Change-Id: Icfd8c4f37863ce0663535e9ec492f465709425cc
show more ...
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|