Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Aggregator ¶
type Aggregator struct { Client *cloudwatch.CloudWatch Config Config }
func (*Aggregator) PutMetricData ¶
func (c *Aggregator) PutMetricData(input *cloudwatch.PutMetricDataInput) (*cloudwatch.PutMetricDataOutput, error)
func (*Aggregator) PutMetricDataWithContext ¶
func (c *Aggregator) PutMetricDataWithContext(ctx aws.Context, input *cloudwatch.PutMetricDataInput, reqs ...request.Option) (*cloudwatch.PutMetricDataOutput, error)
Match API of cloudwatch interface
type CloudwatchClient ¶
type CloudwatchClient interface {
PutMetricDataWithContext(aws.Context, *cloudwatch.PutMetricDataInput, ...request.Option) (*cloudwatch.PutMetricDataOutput, error)
}
type Config ¶
type Config struct { SkipResetUTC bool SkipClearInvalidUnits bool SerialSends bool OnDroppedDatum func(datum *cloudwatch.MetricDatum) }
Click to show internal directories.
Click to hide internal directories.