AWS IoT Device SDK C: Platform
Platform portability layer
Return to main page ↑
Metrics

Functions for retrieving Device Defender metrics.

Device Defender reports metrics to monitor devices. This component of the platform layer is only required by Device Defender. It does not need to be implemented if Device Defender is not used.

Dependencies

Dependencies of the platform metrics component.

dot_inline_dotgraph_4.png
Metrics direct dependencies

The platform metrics component is meant to query its data directory from the operating system.

Note
Platform metrics implementations are generally not portable, since they depend on non-portable operating system APIs. Because maintaining OS-specific implementations is beyond the scope of this SDK, the provided metrics implementation is a sample that calls in to other platform components, instead of the operating system.