package
0.13.0
Repository: https://github.com/go-kit/kit.git
Documentation: pkg.go.dev

# 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.
WithPercentiles registers the percentiles to track, overriding the existing/default values.

# Structs

CloudWatch receives metrics observations and forwards them to CloudWatch.
Counter is a counter.
Gauge is a gauge.
Histogram is an Influx histrogram.

# Type aliases

Option is a function adapter to change config of the CloudWatch struct.