Documentation
¶
Index ¶
- func RecordCreate(profile string, d time.Duration, result string)
- func RecordGitHubAPI(operation, result string, d time.Duration)
- func RecordHTTPRequest(method, route string, status int, d time.Duration)
- func RecordRunnerCleanup(profile, result string)
- func RecordRunnerRegistered(profile, result string)
- func RecordRunnerRequest(repository, profile, source, result string)
- func RecordStop(profile string, d time.Duration, result string)
- func RecordWorkflowCompleted(repository, workflow, job, profile, conclusion string)
- func RecordWorkflowFailure(repository, workflow, job, profile, failedStep, exitCode string)
- func RecordWorkflowQueueDuration(repository, workflow, job, profile string, d time.Duration)
- func RecordWorkflowQueued(repository, workflow, job, profile string)
- func RecordWorkflowRunDuration(repository, workflow, job, profile, conclusion string, d time.Duration)
- func RecordWorkflowStarted(repository, workflow, job, profile string)
- func Refresh(profiles []state.RunnerProfile, states []state.RunnerState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordGitHubAPI ¶
func RecordRunnerCleanup ¶
func RecordRunnerCleanup(profile, result string)
func RecordRunnerRegistered ¶
func RecordRunnerRegistered(profile, result string)
func RecordRunnerRequest ¶
func RecordRunnerRequest(repository, profile, source, result string)
func RecordWorkflowCompleted ¶
func RecordWorkflowCompleted(repository, workflow, job, profile, conclusion string)
func RecordWorkflowFailure ¶
func RecordWorkflowFailure(repository, workflow, job, profile, failedStep, exitCode string)
func RecordWorkflowQueued ¶
func RecordWorkflowQueued(repository, workflow, job, profile string)
func RecordWorkflowStarted ¶
func RecordWorkflowStarted(repository, workflow, job, profile string)
func Refresh ¶
func Refresh(profiles []state.RunnerProfile, states []state.RunnerState)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.