Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricReporter ¶
type MetricReporter struct {
// contains filtered or unexported fields
}
func NewMetricsReporter ¶
func NewMetricsReporter( metricDrivers []metric_drivers.DriverInterface, resolution time.Duration, interval time.Duration, gcFreq time.Duration, prefix string, baseTags map[string]string) (mc *MetricReporter, errors chan error)
func (*MetricReporter) Metric ¶
func (mr *MetricReporter) Metric(name string, val float64, tags map[string]string)
func (*MetricReporter) Wait ¶
func (mr *MetricReporter) Wait()
type MetricsCollection ¶
Click to show internal directories.
Click to hide internal directories.