We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f92d6b commit 2023474Copy full SHA for 2023474
internal/orchestrator/compoundhandler.go
@@ -30,6 +30,8 @@ type CompoundHandler struct {
30
}
31
32
// Monitor is used to monitor the metric
33
+//
34
+//nolint:gocyclo
35
func (h *CompoundHandler) Monitor(ctx context.Context) (MonitorResult, error) {
36
37
// Metric creation and export are handled by the controller.
0 commit comments