Skip to content

Commit fd15123

Browse files
committed
fix: function name
1 parent 515f27f commit fd15123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func startMonitoring(
8383
Metrics: metrics,
8484
Rules: cfg.Rules,
8585
}
86-
monitor.MonitorGroup(mc)
86+
monitor.WatchGroup(mc)
8787
}(site.Name, group, checkConfig, combinedTags)
8888
}
8989
}

0 commit comments

Comments
 (0)