File: control

package info (click to toggle)
carbon-c-relay 3.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,020 kB
  • sloc: ansic: 10,018; sh: 4,814; yacc: 961; lex: 357; makefile: 136; python: 112
file content (24 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
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.