File: control

package info (click to toggle)
libnet-prometheus-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 288 kB
  • sloc: perl: 1,717; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,744 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: libnet-prometheus-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libfuture-io-perl <!nocheck>,
               libhttp-message-perl <!nocheck>,
               libmodule-build-perl,
               libref-util-perl <!nocheck>,
               libscalar-list-utils-perl <!nocheck>,
               libstruct-dumb-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               liburi-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-prometheus-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-prometheus-perl.git
Homepage: https://metacpan.org/release/Net-Prometheus
Rules-Requires-Root: no

Package: libnet-prometheus-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libref-util-perl,
         libscalar-list-utils-perl,
         libstruct-dumb-perl,
         liburi-perl
Recommends: libfuture-io-perl
Description: module to export monitoring metrics for Prometheus
 Net::Prometheus provides the ability for a program to collect monitoring
 metrics and export them to the Prometheus.io monitoring server.
 .
 As Prometheus will expect to collect the metrics by making an HTTP request,
 facilities are provided to yield a PSGI application that the containing
 program can embed in its own structure to provide the results, or the
 application can generate a plain-text result directly and serve them by its
 own means.