Clone this repo:

Branches

  1. 60d428f report_manager: use PDI constants by Alexander Hansen · 4 weeks ago master
  2. 156ef12 tests: DBus sensor object: use PDI constants by Alexander Hansen · 4 weeks ago
  3. 6d276f6 trigger_manager: use PDI constants by Alexander Hansen · 4 weeks ago
  4. b617135 trigger: use PDI constants by Alexander Hansen · 4 weeks ago
  5. 7a0f8e3 sensor: use PDI constants for Sensor.Value by Alexander Hansen · 4 weeks ago

Telemetry

This component implements middleware for sensors and metrics aggregation.

Capabilities

This application is implementation of Telemetry proposed in OpenBMC design docs [1].

It's responsible for:

  • on-demand creation of metric reports,
    • aggregated sets of sensor values available in system [2],
  • access to metric report in both pull and push model (triggers),
  • run-time monitoring of sensor[3] updates.

Use-cases

  • generic and centralized way to observe telemetry data inside system
  • back-end for Redfish TelemetryService[4]

References

  1. OpenBMC platform telemetry design
  2. Sensor support for OpenBMC
  3. dbus-sensors
  4. Redfish TelemetryService