Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Conversation

njuettner
Copy link
Collaborator

@njuettner njuettner commented Sep 8, 2017

The goal of this PR is to update the cluster-autoscaler to add an healthcheck. We want to use this to identify when scaling attempts fail and take action on that. This is a very simple approach that could probably be improved to export proper metrics that are more actionable than just an health endpoint.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.3%) to 96.703% when pulling 18e370b on feature/asg-metric into f8a29cd on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.6%) to 97.436% when pulling 2bf59fd on feature/asg-metric into f8a29cd on master.

assert list(chunks([1, 2, 3], 2)) == [[1, 2], [3]]


class FlaskTest(unittest.TestCase):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need unittest.TestCase, just use the usual py.test style as all other tests do (simple functions)

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.6%) to 97.436% when pulling b49e3e8 on feature/asg-metric into f8a29cd on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-2.6%) to 97.436% when pulling 6643753 on feature/asg-metric into f8a29cd on master.

@hjacobs hjacobs self-assigned this Sep 12, 2017
@Raffo
Copy link

Raffo commented Oct 18, 2017

@hjacobs can you provide us feedback or get this merged? Once we have this feature we can implement better monitoring on ASGs that fail to scale.

@hjacobs
Copy link
Owner

hjacobs commented Oct 18, 2017

👍

@hjacobs hjacobs merged commit 2fa748c into master Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants