Documentation ¶
Overview ¶
Package publisher is used to batch and send metric data to CloudWatch
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher interface { // Publish publishes one or more metric data points Publish(metricDataPoints ...*cloudwatch.MetricDatum) // Start is to initiate the batch and publish operation Start() // Stop is to terminate the batch and publish operation Stop() }
Publisher defines the interface to publish one or more data points
Directories ¶
Path | Synopsis |
---|---|
Package mock_publisher is a generated GoMock package.
|
Package mock_publisher is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.