Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScheduledJobsCount = "ScheduledJobsCount" RunningJobsCount = "RunningJobsCount" UnfinishedJobsCount = "UnfinishedJobsCount" WaitingJobsCount = "WaitingJobsCount" IdleAgentCount = "IdleAgentCount" BusyAgentCount = "BusyAgentCount" TotalAgentCount = "TotalAgentCount" BusyAgentPercentage = "BusyAgentPercentage" PollDurationHeader = `Buildkite-Agent-Metrics-Poll-Duration` )
Variables ¶
View Source
var AllMetrics = []string{ ScheduledJobsCount, RunningJobsCount, UnfinishedJobsCount, WaitingJobsCount, IdleAgentCount, BusyAgentCount, TotalAgentCount, BusyAgentPercentage, }
Functions ¶
func NewHTTPClient ¶ added in v5.9.6
Types ¶
type Collector ¶
Click to show internal directories.
Click to hide internal directories.