Versions in this module Expand all Collapse all v0 v0.8.0 Nov 8, 2018 v0.7.0 Mar 19, 2018 Changes in this version + type CloudWatch struct + func New(namespace string, svc cloudwatchiface.CloudWatchAPI, options ...Option) *CloudWatch + func (cw *CloudWatch) NewCounter(name string) metrics.Counter + func (cw *CloudWatch) NewGauge(name string) metrics.Gauge + func (cw *CloudWatch) NewHistogram(name string) metrics.Histogram + func (cw *CloudWatch) Send() error + func (cw *CloudWatch) WriteLoop(c <-chan time.Time) + type Counter struct + func (c *Counter) Add(delta float64) + func (c *Counter) With(labelValues ...string) metrics.Counter + type Option func(*CloudWatch) + func WithConcurrentRequests(n int) Option + func WithLogger(logger log.Logger) Option