File: control

package info (click to toggle)
golang-github-grpc-ecosystem-go-grpc-prometheus 1.2.0%2Bgit20191002.6af20e3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, bullseye
  • size: 260 kB
  • sloc: makefile: 31; sh: 11
file content (36 lines) | stat: -rw-r--r-- 1,617 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
Source: golang-github-grpc-ecosystem-go-grpc-prometheus
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-prometheus-client-golang-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev,
               golang-google-grpc-dev (>= 1.27.1~),
               golang-goprotobuf-dev (>= 1.3.2~),
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-go-grpc-prometheus
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-grpc-ecosystem-go-grpc-prometheus.git
Homepage: https://github.com/grpc-ecosystem/go-grpc-prometheus
XS-Go-Import-Path: github.com/grpc-ecosystem/go-grpc-prometheus
Rules-Requires-Root: no

Package: golang-github-grpc-ecosystem-go-grpc-prometheus-dev
Architecture: all
Depends: golang-github-prometheus-client-golang-dev,
         golang-golang-x-net-dev,
         golang-google-grpc-dev (>= 1.3.2~),
         ${misc:Depends},
         ${shlibs:Depends},
Description: Prometheus monitoring for gRPC Go servers
 This library uses gRPC Go interceptors (middleware) to implement both
 server- and client-side metrics and monitoring using Prometheus for a
 gRPC interface.
 .
 Using Prometheus for API monitoring allows querying and visualization
 of latency, request rates and other useful metrics that can be
 obtained from collecting time-series data.