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: prometheus-trafficserver-exporter
Section: net
Priority: optional
Maintainer: Emanuele Rocca <ema@debian.org>
Uploaders: Valentin Gutierrez <vgutierrez@wikimedia.org>
Homepage: https://github.com/gdvalle/trafficserver_exporter
Build-Depends: debhelper (>= 12),
dh-python,
python3-all,
python3-setuptools,
python3-prometheus-client,
python3-pytest,
python3-requests,
python3-mock,
python3-yaml
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian/prometheus-trafficserver-exporter
Vcs-Git: https://salsa.debian.org/debian/prometheus-trafficserver-exporter.git
Package: prometheus-trafficserver-exporter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-prometheus-client, python3-requests
Description: Prometheus exporter for Apache Traffic Server
prometheus-trafficserver-exporter is an Apache Traffic Server metrics
exporter for Prometheus. It uses the stats_over_http Traffic Server
plugin to translate JSON data into Prometheus format.
|