9 lines
414 B
Markdown
9 lines
414 B
Markdown
# Telegraf plugin: CouchDB
|
|
|
|
#### Plugin arguments:
|
|
- **hosts** []string: List of hosts (host:port) to collect stats
|
|
|
|
|
|
#### Description
|
|
|
|
- CouchDB plugin collects data from http://host:port/_stats, documentation of this endpoint can be found at [http://docs.couchdb.org/en/1.6.1/api/server/common.html?highlight=stats#get--_stats](http://docs.couchdb.org/en/1.6.1/api/server/common.html?highlight=stats#get--_stats) |