forked from prometheus/cloudwatch_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Redshift.yml
84 lines (84 loc) · 1.85 KB
/
Redshift.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
region: us-east-1
metrics:
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: HealthStatus
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: CPUUtilization
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: DatabaseConnections
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: MaintenanceMode
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: NetworkReceiveThroughput$AVG
aws_namespace: AWS/Redshift
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: NetworkTransmitThroughput
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: ReadIOPS
aws_namespace: AWS/Redshift
aws_statistics:
- Maximum
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: WriteIOPS
aws_namespace: AWS/Redshift
aws_statistics:
- Maximum
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: ReadLatency
aws_namespace: AWS/Redshift
aws_statistics:
- Maximum
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: WriteLatency
aws_namespace: AWS/Redshift
aws_statistics:
- Maximum
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: ReadThroughput
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: WriteThroughput
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: QueryDuration
aws_namespace: AWS/Redshift
aws_statistics:
- Average
- aws_dimensions:
- ClusterIdentifier
aws_metric_name: QueriesCompletedPerSecond
aws_namespace: AWS/Redshift
aws_statistics:
- Average