https://github.com/flant/clickhouse-exporter
https://github.com/flant/clickhouse-exporter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flant/clickhouse-exporter
- Owner: flant
- Created: 2022-06-21T22:03:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T09:27:39.000Z (over 2 years ago)
- Last Synced: 2025-03-23T01:02:43.885Z (over 1 year ago)
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clickhouse-exporter
A fork of https://github.com/Altinity/clickhouse-operator/tree/master/cmd/metrics_exporter
```
usage: clickhouse-exporter []
Flags:
-h, --help Show context-sensitive help (also try --help-long and --help-man).
--chi-name="MacBook-Pro.local"
Clickhouse cluster name or $HOSTNAME.
--namespace="default" The namespace label for metrics or $NAMESPACE.
--metrics-endpoint=":8888"
The Prometheus exporter endpoint.
--chi-list-endpoint=":8888"
The CHI list endpoint.
--scheme=http Clickhouse HTTP scheme or $CH_SCHEME
--username="default" Clickhouse username or $CH_USERNAME.
--password="" Clickhouse user password or $CH_PASSWORD.
--port=8123 Clickhouse HTTP port number or $CH_PORT.
--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.
```