Urgent help - How do I override default behaviour of appautoscaling to treat missing data as good. #21331
Unanswered
PartTimer1996
asked this question in
Q&A
Replies: 1 comment
-
I'm facing the same problem, leaving a comment here to follow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying a complex Stack that creates a Fargate service than assigns app auto scaling on CPUutilisation. However, this auto scaling automatically creates an alarm for me, which is fine, but this alarm treats missing data as missing leading to issues with the alarm flagging when there is simply no data to access. I really need to override this and allow for the default behaviour of the Alarm to allow for missing data to be good. Ideally I could just override this with a simple: treatMissingData: notBreaching.
Code snippet can be seen below. Any help would be greatly appreciated!
}
Beta Was this translation helpful? Give feedback.
All reactions