content/telegraf/v1/input-plugins/rethinkdb/_index.md
This plugin collects metrics from RethinkDB servers.
Introduced in: Telegraf v0.1.3 Tags: server OS support: all
Plugins support additional global and plugin configuration settings for tasks such as modifying metrics, tags, and fields, creating aliases, and configuring plugin ordering. See CONFIGURATION.md for more details.
# Read metrics from one or many RethinkDB servers
[[inputs.rethinkdb]]
## An array of URI to gather stats about. Specify an ip or hostname
## with optional port add password. ie,
## rethinkdb://user:[email protected]:28105,
## rethinkdb://10.10.3.33:18832,
## For rethinkdb v2.3.0+ with username/password authorization you should use
## rethinkdb2://username:[email protected]:28015"
servers = ["127.0.0.1:28015"]
rethinkdb
rethinkdb_engine