AWS CloudWatch Metrics Example

AWS CloudWatch Metrics

The interface of Metrics in AWS CloudWatch console:

AWS CloudWatch - Metrics

The URL:

1
https://ap-southeast-2.console.aws.amazon.com/cloudwatch/home?region=ap-southeast-2#metricsV2:graph=~(metrics~(~(~'AWS*2fRoute53Resolver~'InboundQueryVolume)~(~'.~'OutboundQueryVolume))~view~'timeSeries~stacked~false~region~'ap-southeast-2~stat~'Sum~period~86400~start~'-P28D~end~'P0D);query=~'*7bAWS*2fRoute53Resolver*7d

Metrics source:

1
2
3
4
5
6
7
8
9
10
11
12
{
"metrics": [
[ "AWS/Route53Resolver", "InboundQueryVolume" ],
[ ".", "OutboundQueryVolume" ]
],
"view": "timeSeries",
"stacked": false,
"region": "ap-southeast-2",
"stat": "Sum",
"period": 86400,
"title": "Test"
}