# telemetry **Repository Path**: mirrors_openbmc/telemetry ## Basic Information - **Project Name**: telemetry - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/openbmc/docs/blob/master/designs/telemetry.md) 2. [Sensor support for OpenBMC](https://github.com/openbmc/docs/blob/master/architecture/sensor-architecture.md) 3. [dbus-sensors](https://github.com/openbmc/dbus-sensors) 4. [Redfish TelemetryService](https://redfish.dmtf.org/schemas/v1/TelemetryService.json)