ermakov-oleg / statsd-proxy

Simple statsd proxy on rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple proxy for statsd

Used a consistent hash of the metric key to balance metrics across backends.

USAGE:
    statsd-proxy serve [OPTIONS]

FLAGS:
        --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -h, --host <host>                     Run on host [default: 127.0.0.1]
    -p, --port <port>                     Listen port [default: 8125]
    -s, --statsd-host <statsd-host>...    List of statsd hosts (host:port)

About

Simple statsd proxy on rust


Languages

Language:Rust 96.1%Language:Dockerfile 3.9%