(operation string)
| 60 | } |
| 61 | |
| 62 | func (s *ScaleSetClient) recordFailedOperation(operation string) { |
| 63 | metrics.GithubOperationFailedCount.WithLabelValues( |
| 64 | operation, |
| 65 | s.ghCli.GetEntity().LabelScope(), |
| 66 | ).Inc() |
| 67 | } |
| 68 | |
| 69 | func (s *ScaleSetClient) SetGithubClient(cli common.GithubClient) { |
| 70 | s.mux.Lock() |
no test coverage detected