Prometheus Couchbase exporter based on https://github.com/brunopsoares/prometheus_couchbase_exporter
100K+
In order to configure the Couchbase exporter for use with other than default settings you can pass in the following environment variables:
| Name | Description | Default value |
|---|---|---|
| COUCHBASE_HOST | Couchbase host address | 127.0.0.1 |
| COUCHBASE_PORT | Couchbase port address | 8091 |
| COUCHBASE_USERNAME | Couchbase username | |
| COUCHBASE_PASSWORD | Couchbase password | |
| PROMETHEUS_PORT | Prometheus port to listen | 9119 |
docker run -t -i -p 9119:9119 -e COUCHBASE_HOST=127.0.0.1 -e COUCHBASE_PORT=8091 travix/couchbase-exporter
Content type
Image
Digest
Size
18.2 MB
Last updated
over 8 years ago
docker pull travix/couchbase-exporter