Skip to main content

CouchDB

Overview

The CouchDB plugin gathers metrics of CouchDB using _stats endpoint.

Configuration

[[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 = "circonus"
# basic_password = "p@ssw0rd"