telegraf/plugins/inputs/twemproxy
Sebastian Spaink b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) (#10926)
2022-04-11 16:32:25 -05:00
..
README.md chore: clean up all errors for markdown lint input plugins s through v (#10167) 2021-11-24 11:50:13 -07:00
twemproxy.go feat: migrate input plugins to new sample config format (M-Z) (#10926) 2022-04-11 16:32:25 -05:00
twemproxy_sample_config.go feat: migrate input plugins to new sample config format (M-Z) (#10926) 2022-04-11 16:32:25 -05:00
twemproxy_test.go fix: Linter fixes for plugins/inputs/[t-z]* (#10105) 2021-11-18 07:22:43 -07:00

README.md

Twemproxy Input Plugin

The twemproxy plugin gathers statistics from Twemproxy servers.

Configuration

# Read Twemproxy stats data
[[inputs.twemproxy]]
  ## Twemproxy stats address and port (no scheme)
  addr = "localhost:22222"
  ## Monitor pool name
  pools = ["redis_pool", "mc_pool"]