tree: 06fc8e84967814e13267e63051909ecca11d30d6 [path history] [tgz]
  1. aggregate/
  2. avail/
  3. hotspot/
  4. metrics/
  5. sink/
  6. templates/
  7. usage/
  8. webui/
  9. config.yml
  10. go.mod
  11. go.sum
  12. main.go
  13. Makefile
  14. README.md
collector/README.md

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