aws-cloudwatch Exporter
Exporters
aws-cloudwatch Exporter
Zilla runtime aws cloudwatch exporter.
exporters:
aws_cloudwatch:
type: aws-cloudwatch
options:
metrics:
namespace: zilla-metrics
interval: 20
logs:
group: zilla-log-group
stream: zilla-log-stream
Summary
Specifies an exporter for transmitting Custom Metrics and Log Events to AWS CloudWatch.
Configuration
Properties
* required
options
object
aws
-specific options.
options:
metrics:
namespace: zilla-metrics
interval: 20
logs:
group: zilla-log-group
stream: zilla-log-stream
options.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
Interval in seconds to push data to the Amazon CloudWatch. Default: 30 seconds.
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.
* required