2021-09-24 01:15:43 +08:00
|
|
|
# Twemproxy Input Plugin
|
|
|
|
|
|
|
|
|
|
The `twemproxy` plugin gathers statistics from [Twemproxy](https://github.com/twitter/twemproxy) servers.
|
|
|
|
|
|
2021-11-25 02:50:13 +08:00
|
|
|
## Configuration
|
2021-09-24 01:15:43 +08:00
|
|
|
|
|
|
|
|
```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"]
|
|
|
|
|
```
|