porter-archive icon indicating copy to clipboard operation
porter-archive copied to clipboard

Add internal CLI tool for monitoring health across Porter projects

Open abelanger5 opened this issue 3 years ago • 0 comments

Pull request type

Please check the type of change your PR introduces:

  • [ ] Bugfix
  • [X] Feature
  • [ ] Other (please describe):

Pull request checklist

Please check if your PR fulfills the following requirements:

  • [ ] If it's a backend change, tests for the changes have been added and go test ./... runs successfully from the root folder.
  • [ ] If it's a frontend change, Prettier has been run
  • [ ] Docs have been reviewed and added / updated if needed

What is the current behavior?

For self-hosted Porter instances, there are no admin tools to track the health of clusters.

What is the new behavior?

Add a simple CLI tool that tracks the health of Porter instances.

Technical Spec/Implementation Notes

Initially supported commands:

  • admin health prometheus
  • admin health porter-agent

abelanger5 avatar Sep 07 '22 12:09 abelanger5