We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the operator's credentials to connect to the ClickHouse instance and run health checks:
system
zookeeper
path
value
metrics
metric
Provide some kind of warning if the health checks are failing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
.zookeeper
WHEREpath
= '/'SELECT max(
value
) FROM cluster('{cluster}',system
.metrics
) WHEREmetric
= 'ReadonlyReplica'SELECT
value
FROMsystem
.metrics
WHEREmetric
= 'DelayedInserts'select value from system.asynchronous_metrics where metric='MaxPartCountForPartition'
Provide some kind of warning if the health checks are failing.
The text was updated successfully, but these errors were encountered: