Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 Changes in this version + func SelectMetrics(c *CloudWatch) ([]*cloudwatch.Metric, error) + type CloudWatch struct + AccessKey string + CacheTTL internal.Duration + Delay internal.Duration + Filename string + Metrics []*Metric + Namespace string + Period internal.Duration + Profile string + RateLimit int + Region string + RoleARN string + SecretKey string + Token string + func (c *CloudWatch) Description() string + func (c *CloudWatch) Gather(acc telegraf.Accumulator) error + func (c *CloudWatch) SampleConfig() string + type Dimension struct + Name string + Value string + type Metric struct + Dimensions []*Dimension + MetricNames []string + type MetricCache struct + Fetched time.Time + Metrics []*cloudwatch.Metric + TTL time.Duration + func (c *MetricCache) IsValid() bool