Imports of package cloudwatch2

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/aws/aws-sdk-go-v2/awsPackage aws provides the core SDK's utilities and shared types.
github.com/aws/aws-sdk-go-v2/service/cloudwatchPackage cloudwatch provides the API client, operations, and parameter types for Amazon CloudWatch.
github.com/aws/aws-sdk-go-v2/service/cloudwatch/types
github.com/go-kit/kit/metricsPackage metrics provides a framework for application instrumentation.
github.com/go-kit/kit/metrics/internal/convertPackage convert provides a way to use Counters, Histograms, or Gauges as one of the other types
github.com/go-kit/kit/metrics/internal/lv
github.com/go-kit/logPackage log provides a structured logger.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
mathPackage math provides basic constants and mathematical functions.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.