name |
Name/Title for monitors |
map |
{ “alb_4xx”: “ALB: 4xx Error count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_5xx”: “ALB: 5xx Error count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_active_connection”: “ALB: Active connection count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_healthy_host”: “ALB: Healthy host count is low on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_rejected”: “ALB: Spill over count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_request_count”: “ALB: Request count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_response_time”: “ALB: Response time is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “alb_unhealthy_host”: “ALB: Unhealthy host count is high on ALB: {{host.name}}, ENV: {{Environment.name}}”, “clustercpu_reservation”: “ECS: CPU reservation is high on Cluster: {{clustername.name}}, ENV: {{Environment.name}}”, “clustercpu_utilization”: “ECS: CPU utilization is high on Cluster: {{clustername.name}}, ENV: {{Environment.name}}”, “clustermem_reservation”: “ECS: Memory reservation is high on Cluster: {{clustername.name}}, ENV: {{Environment.name}}”, “clustermem_utilization”: “ECS: Memory Utilization is high on Cluster: {{clustername.name}}, ENV: {{Environment.name}}”, “count”: “ECS: Difference in Desired and Running tasks count on Cluster: {{clustername.name}}, Service {{servicename.name}}”, “elb_4xx”: “ELB: 4xx Error count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_5xx”: “ELB: 5xx Error count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_active_connection”: “ELB: Active connection count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_healthy_host”: “ELB: Healthy host count is low on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_latency”: “ELB: Latency is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_request_count”: “ELB: Request count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_response_time”: “ELB: Response time is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_spill_over”: “ELB: Spill over count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_surge_queue_length”: “ELB: Surge queue length is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “elb_unhealthy_host”: “ELB: Unhealthy host count is high on ELB: {{host.name}}, ENV: {{Environment.name}}”, “rds_burst_balance”: “RDS: CPU burst balance is low on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_cpu_credit_balance”: “RDS: CPU credit balance is low on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_cpu_utilization”: “RDS: CPU utilization is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_db_connections”: “RDS: DB conections are high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_disk_queue_depth”: “RDS: Disk queue depth is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_disk_usage”: “RDS: Disk usage is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_mem_utilization”: “RDS: Memory usage is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_read_iops”: “RDS: Read IOPS is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_read_latency”: “RDS: Read latency is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_read_throughput”: “RDS: Read throughput is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_replica_lag”: “RDS: Replica Lag is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_write_iops”: “RDS: Write IOPS high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_write_latency”: “RDS: Write latency is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “rds_write_throughput”: “RDS: Write throughput is high on RDS: {{dbinstanceidentifier.name}}, ENV: {{Environment.name}}”, “servicecpu_utilization”: “ECS: CPU Utilization is high on Service: {{servicename.name}}, ENV: {{Environment.name}}”, “servicemem_utilization”: “ECS: Memory Utilization is high on Service: {{servicename.name}}, ENV: {{Environment.name}}”, “system_cpu”: “System: CPU usage is high on Host: {{host.name}}, ENV: {{Environment.name}}”, “system_disk”: “System: DISK usage is high on Host: {{host.name}}, Device: {{device.name}}, ENV: {{Environment.name}}}”, “system_load”: “System: Load is high on Host: {{host.name}}, ENV: {{Environment.name}}”, “system_mem”: “System: MEM usage is high on Host: {{host.name}}, ENV: {{Environment.name}}” } |
no |
rds_queries |
Variabls for defining datadog rds queries. |
map |
{ “burst_balance”: “avg:aws.rds.burst_balance”, “cpu_credit_balance”: “avg:aws.rds.cpucredit_balance”, “cpu_utilization”: “avg:aws.rds.cpuutilization”, “db_connections”: “avg:aws.rds.database_connections”, “disk_free”: “avg:aws.rds.free_storage_space”, “disk_queue_depth”: “avg:aws.rds.disk_queue_depth”, “disk_total”: “avg:aws.rds.total_storage_space”, “mem_utilization”: “avg:aws.rds.freeable_memory”, “read_iops”: “avg:aws.rds.read_iops”, “read_latency”: “avg:aws.rds.read_latency”, “read_throughput”: “avg:aws.rds.read_throughput”, “replica_lag”: “avg:aws.rds.replica_lag”, “write_iops”: “avg:aws.rds.write_iops”, “write_latency”: “avg:aws.rds.write_latency”, “write_throughput”: “avg:aws.rds.write_throughput” } |
no |