statsrelay 3.0.1

Swiss army knife for aggregation, filtering, relaying, sharding of statsd, prometheus, and other metrics systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM fedora:32
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

ENV PATH="$PATH:$HOME/.cargo/bin"
RUN dnf install -y gcc make g++

COPY . /code
WORKDIR /code

RUN $HOME/.cargo/bin/cargo test --release && \
    $HOME/.cargo/bin/cargo build --release