File: control

package info (click to toggle)
prometheus-trafficserver-exporter 0.3.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 457; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 1,048 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: prometheus-trafficserver-exporter
Section: net
Priority: optional
Maintainer: Valentin Gutierrez <vgutierrez@wikimedia.org>
Homepage: https://github.com/gdvalle/trafficserver_exporter
Build-Depends: debhelper (>= 12),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-prometheus-client,
               python3-pytest,
               python3-requests,
               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.