github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-twemproxy/README.md (about) 1 mackerel-plugin-twemproxy 2 ===================== 3 4 twemproxy stats custom metrics plugin for [mackerel-agent](https://github.com/mackerelio/mackerel-agent). 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-twemproxy [-metric-key-prefix=twemproxy] [-timeout=5] [-address=localhost:22222] 10 ``` 11 12 ## Example of mackerel-agent.conf 13 14 ``` 15 [plugin.metrics.twemproxy] 16 command = "/path/to/mackerel-plugin-twemproxy" 17 ``` 18 19 ## Notes 20 21 This plugin does not collect metrics of `fragments` and `server_ejected_at`. 22 See https://github.com/mackerelio/mackerel-agent-plugins/pull/283 for details. 23 24 ## References 25 26 - https://github.com/twitter/twemproxy#observability