Package : golang-github-uber-tally-devel

Package details

Summary: Go metrics interface with fast buffered metrics and third party reporters

Description:
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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/uber-go/tally


URL: https://github.com/uber-go/tally
License: MIT

Maintainer: nobody

List of RPMs