1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  
     | 
    
      Source: carbon-c-relay
Section: net
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper, libssl-dev, pkg-config, help2man, lz4, iproute2, bison, flex
Standards-Version: 3.9.6
Homepage: https://github.com/grobian/carbon-c-relay
Vcs-Git: https://salsa.debian.org/debian/carbon-c-relay.git
Vcs-Browser: https://salsa.debian.org/debian/carbon-c-relay
Package: carbon-c-relay
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: Carbon-compatible graphite line mode relay
 This project provides a multithreaded relay which can address multiple targets
 and clusters for each and every metric based on pattern matches.
 .
 Consistent-hash routing compatible with the original carbon's implementation
 is also provided. This relay also supports aggregation, failover of backend
 servers and more.
 .
 Carbon is graphite's default storage backend and supports different protocols
 for receiving metrics, this project aims to be a replacement of graphite's
 original carbon-relay component and supports "plaintext" protocol metrics.
 
     |