36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# NSQ Input Plugin
|
|
|
|
This plugin gathers metrics from [NSQ](https://nsq.io/).
|
|
|
|
See the [NSQD API docs](https://nsq.io/components/nsqd.html) for endpoints that
|
|
the plugin can read.
|
|
|
|
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
|
|
|
|
In addition to the plugin-specific configuration settings, plugins support
|
|
additional global and plugin configuration settings. These settings are used to
|
|
modify metrics, tags, and field or create aliases and configure ordering, etc.
|
|
See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
|
|
|
|
[CONFIGURATION.md]: ../../../docs/CONFIGURATION.md#plugins
|
|
|
|
## Configuration
|
|
|
|
```toml @sample.conf
|
|
# Read NSQ topic and channel statistics.
|
|
[[inputs.nsq]]
|
|
## An array of NSQD HTTP API endpoints
|
|
endpoints = ["http://localhost:4151"]
|
|
|
|
## Optional TLS Config
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
|
# tls_key = "/etc/telegraf/key.pem"
|
|
## Use TLS but skip chain & host verification
|
|
# insecure_skip_verify = false
|
|
```
|
|
|
|
## Metrics
|
|
|
|
## Example Output
|