forked from prometheus/cloudwatch_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRoute53.yml
38 lines (38 loc) · 835 Bytes
/
Route53.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
region: us-east-1
metrics:
- aws_dimensions:
- HealthCheckId
aws_metric_name: TimeToFirstByte
aws_namespace: AWS/Route53
aws_statistics:
- Average
- aws_dimensions:
- HealthCheckId
aws_metric_name: HealthCheckPercentageHealthy
aws_namespace: AWS/Route53
aws_statistics:
- Average
- aws_dimensions:
- HealthCheckId
aws_metric_name: HealthCheckStatus
aws_namespace: AWS/Route53
aws_statistics:
- Minimum
- aws_dimensions:
- HealthCheckId
aws_metric_name: ChildHealthCheckHealthyCount
aws_namespace: AWS/Route53
aws_statistics:
- Average
- aws_dimensions:
- HealthCheckId
aws_metric_name: ConnectionTime
aws_namespace: AWS/Route53
aws_statistics:
- Average
- aws_dimensions:
- HealthCheckId
aws_metric_name: SSLHandshakeTime
aws_namespace: AWS/Route53
aws_statistics:
- Average