async fn ping_store(
__arg0: State<Arc<SharedState>>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
Connectivity check: resolves the store’s config (env placeholders included) and PINGs it, bounded by the store’s own connect_timeout_ms. The response never echoes resolved connection details — only latency and version.