Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + type Datadog struct + Apikey string + Timeout internal.Duration + func NewDatadog(apiUrl string) *Datadog + func (d *Datadog) Close() error + func (d *Datadog) Connect() error + func (d *Datadog) Description() string + func (d *Datadog) SampleConfig() string + func (d *Datadog) Write(points []*client.Point) error + type Metric struct + Host string + Metric string + Points [1]Point + Tags []string + type Point [2]float64 + type TimeSeries struct + Series []*Metric