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
binaryPtr:=flagSet.String("binary", "", "Filter which processes to watch by binary name. This is limited to 15 bytes because of the kernel.")
9
9
nameFlagPtr:=flagSet.String("nameflag", "name", "Set Prometheus \"name\"-label value to value of this command line argument of the monitored processes.")
10
10
portPtr:=flagSet.Int("port", 80, "Port on which to listen to requests to /metrics.")
11
+
intervalPtr:=flagSet.Float64("interval", 10, "Interval between refreshes of metrics, in seconds. Should not be too large to prevent CPU reading from getting noisy.")
0 commit comments