README ¶ ClickHouse Exporter for Prometheus Building and Running Configuration Configuration using environment variables: Variable Description Default DEBUG Debug flag false TELEMETRY_PORT Telemetry port 9116 TELEMETRY_ENDPOINT Telemetry endpoint /metrics CLICKHOUSE_DSN ClickHouse data source name (Format) Using Docker $ cat env-example CLICKHOUSE_DSN="tcp://host1:9000?username=user&password=qwerty&database=clicks&read_timeout=10&write_timeout=20&alt_hosts=host2:9000,host3:9000" $ docker run -d --env-file ./env-example hotwifi/clickhouse-exporter Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files clickhouse_exporter.go Directories ¶ Show internal Expand all Path Synopsis pkg collector config handler Click to show internal directories. Click to hide internal directories.