statsd-proxy
statsd-proxy copied to clipboard
Fast consistent hashing proxy for etsy/statsd (no longer maintained ⚠️).
Segmentation fault happens if I use 127.0.0.1 as node on arm64. Instead, the local ip address works fine. 127.0.0.1 works fine on x86_64. Here is my env, a t4g.micro ec2...
Hi! We are facing a weird situation in which after a while we start seeing corrupted metrics. Let's say we have metrics such as `company.prefix.metric-one` and `company.prefix.metric-two`. We typically send...
Hi, Is it normal that this proxy does not detect the loss of a node?
Hi guys. How about Solaris compilation?
Hi! StatsD 0.8 adds TCP input. Any chance you add TCP output to statsd-proxy ? That would clearly be nice with #9 !
添加了指标替换的功能: 目的 agg.cfg 所示, 首先匹配以 `metric.test.v` 为开头的所有metric,例如 `metric.test.value-xg-1.do`和 `metric.test.visual` ,然后,从匹配位置开始截取到下一个 `.` 符号为止,全部替换成 `metric.test.hello` 。 最终结果就是: `metric.test.hello.do` `metric.test.hello`