telegraf/plugins/inputs/twemproxy/README.md

15 lines
348 B
Markdown
Raw Normal View History

# Twemproxy Input Plugin
The `twemproxy` plugin gathers statistics from [Twemproxy](https://github.com/twitter/twemproxy) servers.
## Configuration
```toml
# Read Twemproxy stats data
[[inputs.twemproxy]]
## Twemproxy stats address and port (no scheme)
addr = "localhost:22222"
## Monitor pool name
pools = ["redis_pool", "mc_pool"]
```