You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Use the operator's credentials to connect to the ClickHouse instance and run health checks:
SELECT count() FROM cluster('all-sharded', cluster('all-sharded', system.one))
SELECT count() FROM
system.zookeeperWHEREpath= '/'SELECT max(
value) FROM cluster('{cluster}',system.metrics) WHEREmetric= 'ReadonlyReplica'SELECT
valueFROMsystem.metricsWHEREmetric= 'DelayedInserts'select value from system.asynchronous_metrics where metric='MaxPartCountForPartition'
Provide some kind of warning if the health checks are failing.