Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marriva authored Jun 21, 2022
1 parent 3240558 commit b9df73b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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.
```

0 comments on commit b9df73b

Please sign in to comment.