Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Firstly make sure to build the exporter binary using `make`.
| `-cert` | certificate file for exporter in order to serve metrics over TLS |
| `-key` | private key file for exporter in order to serve metrics over TLS |
| `-ca` | PKI certificate authority file |
| `-clientCert` | client certificate file to authenticate this client with couchbase-server |
| `-clientKey` | client private key file to authenticate this client with couchbase-server |
| `-logLevel` | log level (debug/info/warn/error) | info
| `-logJson` | if set to true, logs will be JSON formatted | true
| `-client-cert` | client certificate file to authenticate this client with couchbase-server |
| `-client-key` | client private key file to authenticate this client with couchbase-server |
| `-log-level` | log level (debug/info/warn/error) | info
| `-log-json` | if set to true, logs will be JSON formatted | true

### Docker

Expand Down