Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.12 KB

Pegasus Collector

[中文文档]

Collector is a part of the Pegasus ecosystem that serves as:

  1. the service availability detector
  2. the hotkey detector
  3. the capacity units recorder

Requirement

  • Go1.18+

Development

Build the collector:

make build

Format the code:

make fmt