Function register_observability_component
Function register_observability_component
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub fn register_observability_component() -> Result<()>
Registers the observability component kind in the core plugin registry.
Calling this function more than once is safe. The core plugin APIs call it automatically before listing, looking up, validating, or initializing plugin components, so applications normally do not need to invoke it directly.