Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ nrf_edgeai_obsv_metric_t

#include <include/nrf_edgeai_obsv/nrf_edgeai_obsv_metrics.h>

Observability metric operation table and list node.

Each metric implementation provides an instance of this structure containing callbacks, a priv pointer to its own storage, and a list link pointer. Metrics are registered into the observability context as a singly linked list.

Use nrf_edgeai_obsv_metric_tm_create / nrf_edgeai_obsv_metric_pd_create to initialize a metric descriptor with caller-provided storage.