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.