Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 723 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 723 Bytes

Custom metrics server for Semaphore

This project exposes an external metrics provider to fetch Semaphore metrics. It's built upon custom-metrics-apiserver. The metrics exposed by this server can be used when configuring a Kubernetes HorizontalPodAutoscaler to scale a Semaphore agent pool.

Check the Semaphore agent Helm chart for usage.

Metrics exposed

  • agents_total
  • agents_idle
  • agents_occupied
  • agents_occupied_percentage
  • jobs_total
  • jobs_running
  • jobs_queued