aws-cloudwatch Exporter
TelemetryExportersaws-cloudwatch
aws-cloudwatch Exporter
Specifies an exporter for transmitting Custom Metrics and Log Events to AWS CloudWatch.
exporters:
aws_cloudwatch:
type: aws-cloudwatch
options:
metrics:
namespace: zilla-metrics
interval: 20
logs:
group: zilla-log-group
stream: zilla-log-streamConfiguration (* required)
options
object
The aws specific options.
options:
metrics:
namespace: zilla-metrics
interval: 20
logs:
group: zilla-log-group
stream: zilla-log-streamoptions.metrics
object
Configuration for transmitting custom metric data points to Amazon CloudWatch.
metrics.namespace*
string
The namespace for the metric data.
To avoid conflicts with Amazon Web Services service namespaces, you should not specify a namespace that begins with AWS/.
metrics.interval
integer| Default:30
Interval in seconds to push data to the Amazon CloudWatch.
options.logs
object
Configuration for transmitting log events to Amazon CloudWatch.
logs.group*
string
The name of the log group.
logs.stream*
string
The name of the log stream.

