From 0918023e99217571072e83a416fd110064441861 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:23:28 +0200 Subject: [PATCH] add redirects for removed system tables pages --- vercel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vercel.json b/vercel.json index 90949ea1974..06922ef9ff5 100644 --- a/vercel.json +++ b/vercel.json @@ -3375,6 +3375,16 @@ "source": "/docs/manage/troubleshooting-billing-issues", "destination": "/docs/manage/clickhouse-cloud-billing-compliance", "permanent": true + }, + { + "source": "/operations/system-tables/latency_log", + "destination": "/operations/system-tables/histogram_metrics", + "permanent": true + }, + { + "source": "/operations/system-tables/latency_buckets", + "destination": "/operations/system-tables/histogram_metrics", + "permanent": true } ] }