10 lines
318 B
Text
10 lines
318 B
Text
|
# Read CouchDB Stats from one or more servers
|
||
|
[[inputs.couchdb]]
|
||
|
## Works with CouchDB stats endpoints out of the box
|
||
|
## Multiple Hosts from which to read CouchDB stats:
|
||
|
hosts = ["http://localhost:8086/_stats"]
|
||
|
|
||
|
## Use HTTP Basic Authentication.
|
||
|
# basic_username = "telegraf"
|
||
|
# basic_password = "p@ssw0rd"
|