golang-github-uber-go-tally 4.1.16-1 source package in Ubuntu

Changelog

golang-github-uber-go-tally (4.1.16-1) unstable; urgency=medium

  * Team upload
  * New upstream release

 -- Mathias Gibbens <email address hidden>  Sat, 23 Mar 2024 23:42:16 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-uber-go-tally_4.1.16-1.dsc 2.5 KiB 5f4d043cb7f6c119208c9f191b7fc91abb92e3d3878e66ea0d1a2c2e53d3ea7f
golang-github-uber-go-tally_4.1.16.orig.tar.gz 135.0 KiB b0e84fff3b556495e3a420be2e351e52894db4bee308dc715550f467b3f6a55f
golang-github-uber-go-tally_4.1.16-1.debian.tar.xz 3.9 KiB 2ebc325b0eb15dea68ac1e4a01a8f8e62d6fe0eaeb2f86628e187daa27ba92ac

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.