telegraf/plugins/inputs/twemproxy
Mya 837465fcd5
chore: clean up all errors for markdown lint input plugins s through v (#10167)
2021-11-24 11:50:13 -07: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 fix: Linter fixes for plugins/inputs/[t-z]* (#10105) 2021-11-18 07:22:43 -07: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"]