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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
|
Source: prometheus
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
Daniel Swarbrick <dswarbrick@debian.org>,
Lucas Kanashiro <kanashiro@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
gogoprotobuf,
golang-github-alecthomas-units-dev,
golang-github-aws-aws-sdk-go-dev,
golang-github-bboreham-go-loser-dev,
golang-github-cespare-xxhash-dev,
golang-github-dennwc-varint-dev,
golang-github-digitalocean-godo-dev,
golang-github-docker-docker-dev (>= 25.0),
golang-github-edsrzf-mmap-go-dev,
golang-github-facette-natsort-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-go-kit-log-dev,
golang-github-go-openapi-strfmt-dev,
golang-github-go-zookeeper-zk-dev,
golang-github-gogo-protobuf-dev,
golang-github-golang-snappy-dev,
golang-github-google-go-cmp-dev,
golang-github-google-pprof-dev,
golang-github-google-uuid-dev,
golang-github-gophercloud-gophercloud-dev (>= 0.19.0),
golang-github-grafana-regexp-dev,
golang-github-grpc-ecosystem-grpc-gateway-dev,
golang-github-hetznercloud-hcloud-go-dev (>= 2.0.0),
golang-github-ionos-cloud-sdk-go-dev,
golang-github-json-iterator-go-dev,
golang-github-kimmachinegun-automemlimit-dev,
golang-github-klauspost-compress-dev,
golang-github-kolo-xmlrpc-dev,
golang-github-linode-linodego-dev,
golang-github-miekg-dns-dev,
golang-github-munnerz-goautoneg-dev,
golang-github-mwitkow-go-conntrack-dev,
golang-github-oklog-run-dev,
golang-github-oklog-ulid-dev,
golang-github-opentracing-contrib-go-stdlib-dev,
golang-github-opentracing-opentracing-go-dev,
golang-github-ovh-go-ovh-dev,
golang-github-prometheus-alertmanager-dev,
golang-github-prometheus-client-golang-dev (>= 1.19.0),
golang-github-prometheus-client-model-dev,
golang-github-prometheus-common-dev (>= 0.47.0),
golang-github-prometheus-exporter-toolkit-dev,
golang-github-scaleway-scaleway-sdk-go-dev,
golang-github-stretchr-testify-dev,
golang-github-vultr-govultr-dev,
golang-go,
golang-go.uber-atomic-dev,
golang-go.uber-multierr-dev,
golang-golang-x-exp-dev,
golang-golang-x-net-dev,
golang-golang-x-oauth2-google-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-golang-x-time-dev,
golang-google-api-dev,
golang-google-genproto-dev,
golang-google-grpc-dev,
golang-google-protobuf-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev,
golang-gopkg-yaml.v3-dev,
golang-grpc-gateway,
golang-opentelemetry-contrib-dev (>= 0.56),
golang-opentelemetry-otel-dev (>= 1.31),
golang-k8s-api-dev,
golang-k8s-apimachinery-dev,
golang-k8s-client-go-dev,
golang-uber-automaxprocs-dev,
golang-uber-goleak-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus.git
Homepage: https://prometheus.io/
XS-Go-Import-Path: github.com/prometheus/prometheus
Package: prometheus
Section: net
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: adduser,
fonts-glyphicons-halflings,
libjs-bootstrap4,
libjs-eonasdan-bootstrap-datetimepicker,
libjs-jquery (>= 3.5.1~),
libjs-jquery-hotkeys,
libjs-moment,
libjs-moment-timezone,
libjs-mustache (>= 2.3.0-1~),
libjs-popper.js,
libjs-rickshaw,
promtool,
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using},
Recommends: prometheus-node-exporter,
Description: monitoring system and time series database
Prometheus is a systems and services monitoring system. It collects metrics
from configured targets at given intervals, evaluates rule expressions,
displays the results, and can trigger alerts if some condition is observed to
be true.
.
Prometheus' main distinguishing features as compared to other monitoring
systems are:
.
* A multi-dimensional data model (timeseries defined by metric name and set
of key/value dimensions).
* A flexible query language to leverage this dimensionality.
* No dependency on distributed storage; single server nodes are autonomous.
* Timeseries collection happens via a pull model over HTTP.
* Pushing timeseries is supported via an intermediary gateway.
* Targets are discovered via service discovery or static configuration.
* Multiple modes of graphing and dashboarding support.
* Federation support coming soon.
Package: promtool
Section: net
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using},
Enhances: prometheus,
Breaks: prometheus (<< 2.45.6+ds-9)
Replaces: prometheus (<< 2.45.6+ds-9)
Description: tooling for the Prometheus monitoring system
promtool is a command-line utility for managing and interacting with a
Prometheus monitoring system and its configuration / rules.
Package: golang-github-prometheus-prometheus-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-alecthomas-units-dev,
golang-github-aws-aws-sdk-go-dev,
golang-github-bboreham-go-loser-dev,
golang-github-cespare-xxhash-dev,
golang-github-dennwc-varint-dev,
golang-github-digitalocean-godo-dev,
golang-github-docker-docker-dev (>= 25.0),
golang-github-edsrzf-mmap-go-dev,
golang-github-facette-natsort-dev,
golang-github-fsnotify-fsnotify-dev,
golang-github-go-kit-log-dev,
golang-github-go-openapi-strfmt-dev,
golang-github-go-zookeeper-zk-dev,
golang-github-gogo-protobuf-dev,
golang-github-golang-snappy-dev,
golang-github-google-go-cmp-dev,
golang-github-google-pprof-dev,
golang-github-google-uuid-dev,
golang-github-gophercloud-gophercloud-dev (>= 0.19.0),
golang-github-grafana-regexp-dev,
golang-github-grpc-ecosystem-grpc-gateway-dev,
golang-github-hetznercloud-hcloud-go-dev (>= 2.0.0),
golang-github-ionos-cloud-sdk-go-dev,
golang-github-json-iterator-go-dev,
golang-github-kimmachinegun-automemlimit-dev,
golang-github-klauspost-compress-dev,
golang-github-kolo-xmlrpc-dev,
golang-github-linode-linodego-dev,
golang-github-miekg-dns-dev,
golang-github-munnerz-goautoneg-dev,
golang-github-mwitkow-go-conntrack-dev,
golang-github-oklog-run-dev,
golang-github-oklog-ulid-dev,
golang-github-opentracing-contrib-go-stdlib-dev,
golang-github-opentracing-opentracing-go-dev,
golang-github-ovh-go-ovh-dev,
golang-github-prometheus-alertmanager-dev,
golang-github-prometheus-client-golang-dev (>= 1.19.0),
golang-github-prometheus-client-model-dev,
golang-github-prometheus-common-dev (>= 0.47.0),
golang-github-prometheus-exporter-toolkit-dev,
golang-github-scaleway-scaleway-sdk-go-dev,
golang-github-stretchr-testify-dev,
golang-github-vultr-govultr-dev,
golang-go.uber-atomic-dev,
golang-go.uber-multierr-dev,
golang-golang-x-exp-dev,
golang-golang-x-net-dev,
golang-golang-x-oauth2-google-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-golang-x-time-dev,
golang-google-api-dev,
golang-google-genproto-dev,
golang-google-grpc-dev,
golang-google-protobuf-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev,
golang-gopkg-yaml.v3-dev,
golang-grpc-gateway,
golang-opentelemetry-contrib-dev (>= 0.56),
golang-opentelemetry-otel-dev (>= 1.31),
golang-uber-automaxprocs-dev,
golang-uber-goleak-dev,
${misc:Depends},
Description: Prometheus monitoring system and time series database (library)
This package contains the source code of the Prometheus monitoring system and
time series database, for applications which make use of its exported
functions such as the promql parser.
|