Skip to content

Commit d9d3fbb

Browse files
authored
Merge pull request #14986 from guardian/instance-metric-granularity
Update EC2 instance metric granularity from 5min to 1min
2 parents 8cc8646 + 6ff3834 commit d9d3fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotcom-rendering/cdk/lib/__snapshots__/renderingStack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ exports[`The RenderingCDKStack matches the snapshot 1`] = `
14491449
"InstanceMetadataTags": "enabled",
14501450
},
14511451
"Monitoring": {
1452-
"Enabled": false,
1452+
"Enabled": true,
14531453
},
14541454
"SecurityGroupIds": [
14551455
{

dotcom-rendering/cdk/lib/renderingStack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class RenderingCDKStack extends CDKStack {
208208
cidrRanges: [Peer.ipv4('10.0.0.0/8')],
209209
scope: AccessScope.INTERNAL,
210210
},
211-
instanceMetricGranularity: '5Minute',
211+
instanceMetricGranularity: '1Minute',
212212
applicationLogging: {
213213
enabled: true,
214214
systemdUnitName: guApp,

0 commit comments

Comments
 (0)