telegraf/plugins/inputs/twemproxy
Eng Zer Jun 6a3b27126a
refactor: move from io/ioutil to io and os package (#9811)
2021-09-28 15:16:32 -06:00
..
README.md docs: add trig and twemproxy plugin readmes (#9801) 2021-09-23 12:15:43 -05:00
twemproxy.go refactor: move from io/ioutil to io and os package (#9811) 2021-09-28 15:16:32 -06:00
twemproxy_test.go Linter fixes (unhandled errors) -- Part 1 (#8992) 2021-04-08 11:43:39 -05: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"]