forked from prometheus/cloudwatch_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEFS.yml
38 lines (38 loc) · 786 Bytes
/
EFS.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:
- FileSystemId
aws_metric_name: ClientConnections
aws_namespace: AWS/EFS
aws_statistics:
- Maximum
- aws_dimensions:
- FileSystemId
aws_metric_name: DataWriteIOBytes
aws_namespace: AWS/EFS
aws_statistics:
- Maximum
- aws_dimensions:
- FileSystemId
aws_metric_name: DataReadIOBytes
aws_namespace: AWS/EFS
aws_statistics:
- Maximum
- aws_dimensions:
- FileSystemId
aws_metric_name: PermittedThroughput
aws_namespace: AWS/EFS
aws_statistics:
- Maximum
- aws_dimensions:
- FileSystemId
aws_metric_name: BurstCreditBalance
aws_namespace: AWS/EFS
aws_statistics:
- Average
- aws_dimensions:
- FileSystemId
aws_metric_name: PercentIOLimit
aws_namespace: AWS/EFS
aws_statistics:
- Average