diff --git a/cmd/manager/main.go b/cmd/manager/main.go index c670003ffa..07e69a1d64 100644 --- a/cmd/manager/main.go +++ b/cmd/manager/main.go @@ -31,7 +31,7 @@ func printVersion() { func main() { devLogging := flag.Bool("dev", false, "enable dev logging") - metricsAddr := flag.String("metrics-addr", "127.0.0.1:8080", "The address the metric endpoint binds to.") + metricsAddr := flag.String("metrics-addr", "127.0.0.1:8085", "The address the metric endpoint binds to.") flag.Parse() // The logger instantiated here can be changed to any logger