Carbon-C-Relay
Carbon-C-Relay provides an efficient way to aggregate, filter, and forward metrics to Hosted Graphite, particularly for systems within a private network.
sudo apt install -y carbon-c-relayrewrite ^([a-zA-Z0-9_\.\-]*)
into <HG-API-KEY>.\1
;
cluster hg
forward
carbon.hostedgraphite.com:2003
;
# Forward internal relay system metrics with the carbon.relays prefix
match ^carbon\.relays\..*
send to hg
stop
;
match *
send to hg
stop
;
Last updated