This is a simple server that periodically scrapes ClickHouse(https://clickhouse.yandex/) stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption.
To run it:
./clickhouse_exporter [flags]
Help on flags:
./clickhouse_exporter --help
Credentials(if not default):
via environment variables
CLICKHOUSE_USER
CLICKHOUSE_PASSWORD
docker run -d -p 9116:9116 nineinchnick/clickhouse-exporter -scrape_uri=tcp://clickhouse.service.consul:9000/
Grafana dashboard could be a start for inspiration https://grafana.net/dashboards/882