context | Package 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/aws | Package aws provides the core SDK's utilities and shared types. |
github.com/aws/aws-sdk-go-v2/service/cloudwatch | Package 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/metrics | Package metrics provides a framework for application instrumentation. |
github.com/go-kit/kit/metrics/internal/convert | Package 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/log | Package log provides a structured logger. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
math | Package math provides basic constants and mathematical functions. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |