Skip to content

Commit 95fac91

Browse files
authored
limit cloudwatch metrics for linux disk to /, other mount points are irrelevant (#956)
1 parent b27460f commit 95fac91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform-aws-github-runner/modules/runners/templates/cloudwatch_config_linux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"metrics_collection_interval": 10,
2121
"resources": [
22-
"*"
22+
"/"
2323
]
2424
},
2525
"diskio": {
@@ -28,7 +28,7 @@
2828
],
2929
"metrics_collection_interval": 10,
3030
"resources": [
31-
"*"
31+
"/"
3232
]
3333
},
3434
"mem": {

0 commit comments

Comments
 (0)