altinity-dashboard
altinity-dashboard copied to clipboard
Altinity Dashboard helps you manage ClickHouse installations controlled by clickhouse-operator.
Do something with the metrics endpoint. To be determined how this should work and what it should do.
Use the operator's credentials to connect to the ClickHouse instance and run health checks: * Access point is available (use chi level service) * Distributed query check: SELECT count() FROM...
Add a new main menu entry for Zookeepers and a view that shows their details, and maybe allows deploying, editing and removing them.
Add a view that gives a `tail -f`-equivalent for: * Operator logs/actions * Pod and deployment/statefulset events * Maybe other things Ideally this view includes highlighting of errors.
The ClickHouse Operators page currently uses polling to refresh the list of operators. It would be better to receive updates via websockets. This would require both that the UI establish...
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.0.0 to 1.2.4. Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by @chressie in golang/glog#74: glog: Don't try to create/rotate...