content/telegraf/v1/input-plugins/disque/_index.md
This plugin gathers data from a Disque instance, an experimental distributed, in-memory, message broker.
Introduced in: Telegraf v0.10.0 Tags: messaging 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 disque servers
[[inputs.disque]]
## An array of URI to gather stats about. Specify an ip or hostname
## with optional port and password.
## ie disque://localhost, disque://10.10.3.33:18832, 10.0.0.1:10000, etc.
## If no servers are specified, then localhost is used as the host.
servers = ["localhost"]