Internal metadata. * @since 0.5.0 * */ public function get_adapter_meta(): array; /** * Get observability context tags for logging/metrics. * * This replaces legacy approaches that derived observability tags from DTO `_meta`. * * @return array Observability tags (component_type, source, etc.). * @since 0.5.0 * */ public function get_observability_context(): array; }