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
showVersion:=flag.Bool("version", false, "Display the version of the capture")
26
46
flag.Parse()
@@ -52,6 +72,8 @@ func main() {
52
72
apiV1.GET("/metrics/host", handler.MetricsHost)
53
73
apiV1.GET("/metrics/smart", handler.SmartMetrics)
54
74
75
+
log.Println("WARNING: Remember to add http://"+getLocalIP() +":"+appConfig.Port+"/api/v1/metrics to your Checkmate Infrastructure Dashboard. Without this endpoint, system metrics will not be displayed.")
0 commit comments