Skip to content

Commit

Permalink
Removed dimensions from windows cloudwatch config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Jan 21, 2022
1 parent 4f38bf2 commit d3e4286
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/paco/application/reseng_asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,7 @@ def gen_windows_cloudwatch_agent_config(self):
},
"metrics": {
"append_dimensions": {
"AutoScalingGroupName": "${aws:AutoScalingGroupName}",
"ImageId": "${aws:ImageId}",
"InstanceId": "${aws:InstanceId}",
"InstanceType": "${aws:InstanceType}"
"AutoScalingGroupName": "${aws:AutoScalingGroupName}"
},
"metrics_collected": {
"LogicalDisk": {
Expand Down

0 comments on commit d3e4286

Please sign in to comment.