(operation string)
| 53 | } |
| 54 | |
| 55 | func (s *ScaleSetClient) recordOperation(operation string) { |
| 56 | metrics.GithubOperationCount.WithLabelValues( |
| 57 | operation, |
| 58 | s.ghCli.GetEntity().LabelScope(), |
| 59 | ).Inc() |
| 60 | } |
| 61 | |
| 62 | func (s *ScaleSetClient) recordFailedOperation(operation string) { |
| 63 | metrics.GithubOperationFailedCount.WithLabelValues( |
no test coverage detected