Versions in this module Expand all Collapse all v0 v0.2.1 Nov 16, 2015 v0.2.0 Oct 27, 2015 Changes in this version + type Gauge struct + MeasureTime int64 + Name string + Source string + Value float64 + type Librato struct + ApiToken string + ApiUser string + SourceTag string + Timeout duration.Duration + func NewLibrato(apiUrl string) *Librato + func (l *Librato) Close() error + func (l *Librato) Connect() error + func (l *Librato) Description() string + func (l *Librato) SampleConfig() string + func (l *Librato) Write(points []*client.Point) error + type Metrics struct + Gauges []*Gauge