Skip to content

Commit

Permalink
Change CW interval to 60s (#4)
Browse files Browse the repository at this point in the history
Reduce cost of AWS Cloudwatch Metrics
  • Loading branch information
Pierozi authored May 14, 2020
1 parent 3227d45 commit 8fd4df8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"measurement": [
{"name": "mem_used_percent", "unit": "Percent"}
],
"metrics_collection_interval": 1
"metrics_collection_interval": 60
}
},
"append_dimensions": {
Expand Down Expand Up @@ -56,4 +56,4 @@
}
}
{% endif %}
}
}

0 comments on commit 8fd4df8

Please sign in to comment.