-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨Monitoring tools: CLI to monitor what is going on #5162
✨Monitoring tools: CLI to monitor what is going on #5162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool thanks! maybe just add a small readme file how to run the tool.
Code Climate has analyzed commit 0840761 and detected 0 issues on this pull request. View more on Code Climate. |
|
What do these changes do?
This PR brings a new monitoring tool based on the fabulous Typer library.
It allows to get an instant screenshot of the autoscaling situation by running the following:
this will show something like the below:
![image](https://private-user-images.githubusercontent.com/35365065/289923998-b61ad2d7-1099-4890-bc1b-bb7dd12d5bdd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4Mzg4NTYsIm5iZiI6MTczODgzODU1NiwicGF0aCI6Ii8zNTM2NTA2NS8yODk5MjM5OTgtYjYxYWQyZDctMTA5OS00ODkwLWJjMWItYmI3ZGQxMmQ1YmRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDEwNDIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE1NGE1MDIxNGEzYjdiZmE4YWQyYWQ0OThmYzU0MmQ4ZTRiNzAwMzY0OWY1YzEyZjE1YmMyYjVjNGIwNDllYzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NtP55_ArKVKlWI5KLB6c1g6T0VBLF0WeF3TjucJbt3Y)
Related issue/s
How to test
Dev Checklist
DevOps Checklist