You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ type GlobalFlags struct {
53
53
54
54
CollectAllbool`name:"collect-all" help:"Enable all collectors. Same as specifying all --collector.<name>"`
55
55
56
-
CollStatsLimitint`name:"collector.collstats-limit" help:"Disable collstats and indexstats collector if there are more than <n> collections. 0=No limit" default:"0"`
56
+
CollStatsLimitint`name:"collector.collstats-limit" help:"Disable collstats, dbstat, topmetrics and indexstats collector if there are more than <n> collections. 0=No limit" default:"0"`
0 commit comments