Skip to main content

register_observability_component

Function register_observability_component 

Source
pub fn register_observability_component() -> Result<()>
Expand description

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.