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
|
Source: golang-github-uber-go-tally
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cactus-go-statsd-client-dev,
golang-github-golang-mock-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-model-dev,
golang-github-stretchr-testify-dev,
golang-github-twmb-murmur3-dev,
golang-go.uber-atomic-dev,
golang-gopkg-validator.v2-dev,
golang-prometheus-client-dev,
golang-uber-goleak-dev,
golang-yaml.v2-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-uber-go-tally
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-uber-go-tally.git
Homepage: https://github.com/uber-go/tally
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/uber-go/tally
Package: golang-github-uber-go-tally-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-cactus-go-statsd-client-dev,
golang-github-golang-mock-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-model-dev,
golang-github-stretchr-testify-dev,
golang-github-twmb-murmur3-dev,
golang-go.uber-atomic-dev,
golang-gopkg-validator.v2-dev,
golang-prometheus-client-dev,
golang-uber-goleak-dev,
golang-yaml.v2-dev,
${misc:Depends}
Description: Go metrics interface with fast metrics reporters (library)
Tally provides a common interface for emitting metrics, while
letting you not worry about the velocity of metrics emission.
.
By default it buffers counters, gauges and histograms at a specified
interval but does not buffer timer values. This is primarily so
timer values can have all their values sampled if desired and if
not they can be sampled as summaries or histograms independently by a
reporter.
|