# Functions
New returns a CloudWatch object that may be used to create metrics.
WithConcurrentRequests sets the upper limit on how many cloudwatch.PutMetricDataRequest may be under way at any given time.
WithLogger sets the Logger that will receive error messages generated during the WriteLoop.
# Structs
CloudWatch receives metrics observations and forwards them to CloudWatch.
Counter is a counter.
# Interfaces
CloudWatchAPI is an interface that defines the set of Amazon CloudWatch API operations required by CloudWatch.
# Type aliases
Option is a function adapter to change config of the CloudWatch struct.