-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# clickhouse-exporter | ||
|
||
A fork of https://github.com/Altinity/clickhouse-operator/tree/master/cmd/metrics_exporter | ||
|
||
``` | ||
usage: clickhouse-exporter [<flags>] | ||
Flags: | ||
-h, --help Show context-sensitive help (also try --help-long and --help-man). | ||
--chi-name="localhost" | ||
Clickhouse cluster name. | ||
--namespace="default" The namespace label for metrics. | ||
--metrics-endpoint=":8888" | ||
The Prometheus exporter endpoint. | ||
--chi-list-endpoint=":8888" | ||
The CHI list endpoint. | ||
--scheme=http Clickhouse HTTP scheme. | ||
--username="default" Clickhouse username. | ||
--password="" Clickhouse user password. | ||
--port=8123 Clickhouse HTTP port number. | ||
--address=127.0.0.1 ... A list of Clickhouse hosts | ||
--log-level=info Only log messages with the given severity or above. Valid levels: [debug, info, warn, | ||
error, fatal] | ||
--log-format=json Set the log format. Valid formats: [json, text] | ||
--version Show application version. | ||
``` |