Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #137 from c-knowles/feature/enable-asg-metrics
Browse files Browse the repository at this point in the history
Enable ASG metrics
  • Loading branch information
mumoshu committed Dec 7, 2016
2 parents 33c2135 + d02c6f7 commit 97d2176
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"Ref": "LaunchConfigurationWorker"
},
"MaxSize": "{{.MaxWorkerCount}}",
"MetricsCollection": [
{
"Granularity": "1Minute"
}
],
"MinSize": "{{.MinWorkerCount}}",
"Tags": [
{
Expand Down Expand Up @@ -101,6 +106,11 @@
"Ref": "LaunchConfigurationController"
},
"MaxSize": "{{.MaxControllerCount}}",
"MetricsCollection": [
{
"Granularity": "1Minute"
}
],
"MinSize": "{{.MinControllerCount}}",
"Tags": [
{
Expand Down
5 changes: 5 additions & 0 deletions nodepool/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"Ref": "LaunchConfigurationWorker"
},
"MaxSize": "{{.MaxWorkerCount}}",
"MetricsCollection": [
{
"Granularity": "1Minute"
}
],
"MinSize": "{{.MinWorkerCount}}",
"Tags": [
{
Expand Down

0 comments on commit 97d2176

Please sign in to comment.