golang-github-uber-go-tally 4.1.7-2 source package in Ubuntu

Changelog

golang-github-uber-go-tally (4.1.7-2) unstable; urgency=medium

  * Team upload
  * Fix atomic alignment issue on 32bit systems

 -- Mathias Gibbens <email address hidden>  Sat, 08 Jul 2023 00:09:39 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-uber-go-tally_4.1.7-2.dsc 2.5 KiB 48a5500aa4c122e134cac006b1f601ea059fcadd9ea0535edf616d4c951e1e14
golang-github-uber-go-tally_4.1.7.orig.tar.gz 131.0 KiB 75322716d2551e9ad466e1c9352bd4152c7fb17bf9e42f6e60e979461bc6a859
golang-github-uber-go-tally_4.1.7-2.debian.tar.xz 3.8 KiB c59c331e2aa4d89391f313a0758487516aff2929f48ea3d49a99961d49e2fa36

Available diffs

No changes file available.

Binary packages built by this source

golang-github-uber-go-tally-dev: 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.