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

Enable ASG metrics #137

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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