# 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 recieve error messages generated during the WriteLoop.
# Structs
CloudWatch receives metrics observations and forwards them to CloudWatch.
Counter is a counter.
# Type aliases
Option is a function adapter to change config of the CloudWatch struct.