-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.yaml
44 lines (44 loc) · 1.24 KB
/
metrics.yaml
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
# https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html
# https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-getmetricdata-api/
# Metrics Queries Examples
#MetricDataQueries:
# - Id: m1
# MetricStat:
# Metric:
# Namespace: AWS/EC2
# MetricName: CPUUtilization
# Dimensions:
# - Name: AutoScalingGroupName
# Value: eks-prod-01-apps-01-asg
# Stat: Average
# - Id: m2
# MetricStat:
# Metric:
# Namespace: AWS/DynamoDB
# MetricName: ProvisionedWriteCapacityUnits
# Dimensions:
# - Name: TableName
# Value: Player
# Stat: Maximum
# - Id: m3
# MetricStat:
# Metric:
# Namespace: AWS/NATGateway
# MetricName: PacketsOutToSource
# Dimensions:
# - Name: NatGatewayId
# Value: nat-024c041c6e5cf5d20
# Stat: SampleCount
# - Id: m4
# MetricStat:
# Metric:
# Namespace: AWS/WAFV2
# MetricName: AllowedRequests
# Dimensions:
# - Name: Region
# Value: eu-west-1
# - Name: Rule
# Value: CloudFrontCustomHeader
# - Name: RuleGroup
# Value: CheckCloudFrontCustomHeader
# Stat: Sum