8000 GitHub - ermakov-oleg/statsd-proxy: Simple statsd proxy on rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ermakov-oleg/statsd-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 
0