CloudWatch Metrics
Kubemq cloudwatch-metrics target connector allows services using kubemq server to access aws cloudwatch-metrics service.
Prerequisites
The following required to run the aws-cloudwatch-metrics target connector:
kubemq cluster
aws account with cloudwatch-metrics active service
kubemq-source deployment
Configuration
cloudwatch-metrics target connector configuration properties:
Properties Key | Required | Description | Example |
aws_key | yes | aws key | aws key supplied by aws |
aws_secret_key | yes | aws secret key | aws secret key supplied by aws |
region | yes | region | aws region |
token | no | aws token ("default" empty string | aws token |
Example:
Usage
Put Metrics
Put Metrics:
Metadata Key | Required | Description | Possible values |
method | yes | type of method | "put_metrics" |
namespace | yes | aws namespace name | "string" |
data | yes | array of aws MetricDatum |
|
Example:
List Metrics
List Metrics:
Metadata Key | Required | Description | Possible values |
method | yes | type of method | "list_metrics" |
namespace | no | aws namespace name | "string" |
Example:
Last updated