File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : v1alpha1
2+ discovery :
3+ jobs :
4+ - type : AWS/ECS/ManagedScaling
5+ regions :
6+ - us-east-1
7+ period : 300
8+ length : 300
9+ metrics :
10+ - name : CapacityProviderReservation
11+ statistics : [Average, Minimum, Maximum]
Original file line number Diff line number Diff line change @@ -425,6 +425,16 @@ var SupportedServices = serviceConfigs{
425425 regexp .MustCompile (":service/(?P<ClusterName>[^/]+)/(?P<ServiceName>[^/]+)$" ),
426426 },
427427 },
428+ {
429+ Namespace : "AWS/ECS/ManagedScaling" ,
430+ Alias : "ecs-managedscaling" ,
431+ ResourceFilters : []* string {
432+ aws .String ("ecs:cluster" ),
433+ },
434+ DimensionRegexps : []* regexp.Regexp {
435+ regexp .MustCompile (":cluster/(?P<ClusterName>[^/]+)$" ),
436+ },
437+ },
428438 {
429439 Namespace : "ContainerInsights" ,
430440 Alias : "containerinsights" ,
You can’t perform that action at this time.
0 commit comments