Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 515 Bytes

TODO.md

File metadata and controls

11 lines (10 loc) · 515 Bytes

Pangolin TODO

  • Respect Prometheus annotations so we can pull metrics on different ports / paths.
  • Implement a proper Prometheus metrics parser.
  • Expose a prometheus metrics port on Pangolin itself.
  • What happens when two or more autoscalers match the same resource? Collision detection?
  • Put together an integration test framework for verifying autoscaler behavior.
  • Unit test coverage for main.rs?.
  • Put together a CI/CD pipeline.
  • Code contribution guidelines etc.
  • Implement tunable PID controller.