Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultHistogramBucketNamePrecision is the default // precision to use when formatting the metric name // with the histogram bucket bound values. DefaultHistogramBucketNamePrecision = uint(6) )
Variables ¶
This section is empty.
Functions ¶
func NewReporter ¶
func NewReporter(statsd statsd.Statter, opts Options) tally.StatsReporter
NewReporter wraps a statsd.Statter for use with tally. Use either statsd.NewClient or statsd.NewBufferedClient.
Types ¶
type Options ¶
type Options struct { // SampleRate is the metrics emission sample rate. If you // do not set this value it will be set to 1. SampleRate float32 // HistogramBucketNamePrecision is the precision to use when // formatting the metric name with the histogram bucket bound values. // By default this will be set to the const DefaultHistogramBucketPrecision. HistogramBucketNamePrecision uint }
Options is a set of options for the tally reporter.
Click to show internal directories.
Click to hide internal directories.