Skip to content

Instantly share code, notes, and snippets.

@it-am
Created November 7, 2018 03:39
Show Gist options
  • Save it-am/babe48d2b9d3c7fdcdd2e056687b0fc2 to your computer and use it in GitHub Desktop.
Save it-am/babe48d2b9d3c7fdcdd2e056687b0fc2 to your computer and use it in GitHub Desktop.
cloudwatchagent-windows-config
{
"metrics": {
"append_dimensions": {
"InstanceId": "${aws:InstanceId}"
},
"metrics_collected": {
"LogicalDisk": {
"measurement": [
"% Free Space"
],
"metrics_collection_interval": 300,
"resources": [
"*"
]
},
"Memory": {
"measurement": [
"% Committed Bytes In Use"
],
"metrics_collection_interval": 300
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment