-
Notifications
You must be signed in to change notification settings - Fork 380
handler cloudwatchHandler
Rob Smith edited this page Apr 30, 2014
·
2 revisions
Output the collected values to AWS CloudWatch
Automatically adds the InstanceID Dimension
Enable this handler
- handers = diamond.handler.cloudwatch.cloudwatchHandler
Example Config:
cloudwatchHandler region = us-east-1
[LoadAvg01] collector = loadavg metric = 01 namespace = MachineLoad name = Avg01 unit = None
[LoadAvg05] collector = loadavg metric = 05 namespace = MachineLoad name = Avg05 unit = None
Options - Generic Options
| Setting | Default | Description | Type |
|---|---|---|---|
| collector | loadavg | str | |
| get_default_config_help | get_default_config_help | ||
| metric | 01 | str | |
| name | Avg01 | str | |
| namespace | MachineLoad | str | |
| region | us-east-1 | str | |
| server_error_interval | 120 | How frequently to send repeated server errors | int |
| unit | None | str |