Lines Matching +full:application +full:- +full:notes
7 This application is implementation of Telemetry proposed in OpenBMC design docs
12 - on-demand creation of metric reports,
13 - aggregated sets of sensor values available in system `[2]`,
14 - access to metric report in both pull and push model (triggers),
15 - run-time monitoring of sensor`[3]` updates.
17 ## Use-cases
19 - generic and centralized way to observe telemetry data inside system
20 - back-end for Redfish TelemetryService`[4]`
26 - using bitbake in yocto environment
27 - using meson as native build
43 ./tests/telemetry-ut
52 ## Notes section in Telemetry
59 2. [Sensor support for OpenBMC](https://github.com/openbmc/docs/blob/master/architecture/sensor-arc…
60 3. [dbus-sensors](https://github.com/openbmc/dbus-sensors)
62 5. [Yocto-development](https://github.com/openbmc/docs/blob/master/yocto-development.md)
63 6. [Meson-Quick-Guide](https://mesonbuild.com/Quick-guide.html)
64 7. [Meson-Boost-dependency](https://mesonbuild.com/Dependencies.html#boost)
65 8. [OpenBMC-docs-repository](https://github.com/openbmc/docs)