Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cw threshold seems wrong #3

Open
coffeecoco opened this issue Nov 5, 2020 · 1 comment
Open

Cw threshold seems wrong #3

coffeecoco opened this issue Nov 5, 2020 · 1 comment

Comments

@coffeecoco
Copy link

https://github.com/aws-samples/aws-application-auto-scaling-kinesis/blob/master/index.py#L45

e.g i have 10 shards right now, and its calculating the new threshold to be 480000 way to high?

@sacredwx
Copy link

https://github.com/aws-samples/aws-application-auto-scaling-kinesis/blob/master/index.py#L45

e.g i have 10 shards right now, and its calculating the new threshold to be 480000 way to high?

This is for a datapoint, your datapoint is 1 minute - 60 seconds, means 100% is 60000 for 1 shard.
The alarm is at 80% - 48000 for 1 shard. 480k for 10 shards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants