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 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: graphite-carbon
Section: utils
Priority: optional
Maintainer: Debian Graphite Group <team+debian-graphite-team@tracker.debian.org>
Uploaders:
Jonas Genannt <genannt@debian.org>,
Thomas Goirand <zigo@debian.org>,
Alexandre Rossi <niol@zincube.net>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
rename,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/graphite-project/carbon
Vcs-Git: https://salsa.debian.org/debian-graphite-team/graphite-carbon.git
Vcs-Browser: https://salsa.debian.org/debian-graphite-team/graphite-carbon
Package: graphite-carbon
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends:
adduser,
python3-twisted,
python3-cachetools,
python3-urllib3,
python3-whisper (>= 1.1.4),
python3-six,
${misc:Depends},
${python3:Depends},
Suggests:
graphite-web,
Description: backend data caching and persistence daemon for Graphite
Graphite is a web application using the Twisted framework to provide
real-time visualization and storage of numeric time-series data.
.
The Carbon daemon processes the incoming time-series data and saves it
as Whisper database files.
|