Skip to content

Commit

Permalink
csr, planetfm: fix json for cloudwatch config (#7564)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Aug 20, 2024
1 parent 554f673 commit f8f0ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"read_bytes",
"write_bytes"
]
},
],
}
]
},
"append_dimensions": {
"InstanceId": "${aws:InstanceId}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"read_bytes",
"write_bytes"
]
},
],
}
]
},
"append_dimensions": {
"InstanceId": "${aws:InstanceId}",
Expand Down

0 comments on commit f8f0ec0

Please sign in to comment.