Skip to content

Instantly share code, notes, and snippets.

@dword4
Created August 18, 2020 12:49
Show Gist options
  • Save dword4/cf6dbf9ae96b135cbb3c1b4edc261c33 to your computer and use it in GitHub Desktop.
Save dword4/cf6dbf9ae96b135cbb3c1b4edc261c33 to your computer and use it in GitHub Desktop.
{
"agent": {
"run_as_user": "cwagent"
},
"metrics": {
"metrics_collected": {
"procstat": {
"pattern": "/usr/bin/java -jar report-service.jar",
"measurement": [
"pid_count"
]
},
"mem": {
"measurement": [
"mem_used_percent"
]
},
"disk": {
"measurement": [
"used_percent"
],
"resources": [
"*"
]
}
},
"append_dimensions": {
"ImageId": "${aws:ImageId}",
"InstanceId": "${aws:InstanceId}",
"InstanceType": "${aws:InstanceType}",
"AutoScalingGroupName": "${aws:AutoScalingGroupName}"
}
}
}
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment