File: control

package info (click to toggle)
carbon-c-relay 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • sloc: ansic: 7,204; sh: 113; python: 112; makefile: 52
file content (26 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: carbon-c-relay
Section: net
Priority: optional
Maintainer: Filippo Giunchedi <filippo@debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 9), dh-systemd, libssl-dev, pkg-config, help2man
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: https://github.com/grobian/carbon-c-relay
Vcs-Git: git://anonscm.debian.org/pkg-graphite/packages/carbon-c-relay.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-graphite/packages/carbon-c-relay.git/

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.