aws_cloudwatch metrics backend

The aws_cloudwatch metrics backend allows you to send all automatically generated metrics from your pipelines to AWS CloudWatch.

  - metrics_backend: cloudwatch_metrics
    type: aws_cloudwatch
    namespace: DataPipeline
    AWS_REGION_NAME: us-east-1

attributes

metrics_backend: name of your metrics backend.

type: type of the metrics backend. The current available metrics backends are: aws_cloudwatch.

namespace: target namespace on AWS CloudWatch.

AWS_REGION_NAME: target AWS region to report metrics to.

AWS_ACCESS_KEY_ID: AWS access key id (optional).

AWS_SECRET_ACCESS_KEY: AWS secret access key (optional).