Home
last modified time | relevance | path

Searched full:timescope (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReport.interface.yaml39 timescope and collection duration. Sensor paths point to sensors
43 mapped to metadata (like Redfish Metric ID). Collection timescope
45 duration stores timestamp related with timescope type in milliseconds.
/openbmc/telemetry/src/metrics/
H A Dcollection_data.cpp126 size_t size, OperationType op, CollectionTimeScope timeScope, in makeCollectionData() argument
135 switch (timeScope) in makeCollectionData()
/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp97 << ", timeScope: " << enumToString(mp.collectionTimeScope()) in operator <<()