File: control

package info (click to toggle)
golang-github-victoriametrics-metrics 1.35.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 308 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,378 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
Source: golang-github-victoriametrics-metrics
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-valyala-histogram-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-victoriametrics-metrics
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-victoriametrics-metrics.git
Homepage: https://github.com/VictoriaMetrics/metrics
XS-Go-Import-Path: github.com/VictoriaMetrics/metrics

Package: golang-github-victoriametrics-metrics-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-valyala-histogram-dev,
 ${misc:Depends},
Description: lightweight alternative to prometheus/client_golang (library)
 This is a lightweight package for exporting metrics in Prometheus format.
 .
 Features:
  * Lightweight. Has minimal number of third-party dependencies and all these
    deps are small.
  * Easy to use.
  * Fast.
  * Allows exporting distinct metric sets via distinct endpoints.
  * Supports easy-to-use histograms, which just work without any tuning.
 .
 Limitations:
  * It doesn't implement advanced functionality from
    github.com/prometheus/client_golang.