Skip to content

Commit

Permalink
Change default operator metrics port (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansd committed Jan 14, 2021
1 parent e667e86 commit e60b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func init() {

func main() {
var metricsAddr string
flag.StringVar(&metricsAddr, "metrics-addr", ":12345", "The address the metric endpoint binds to.")
flag.StringVar(&metricsAddr, "metrics-addr", ":9782", "The address the metric endpoint binds to.")

opts := zap.Options{}
opts.BindFlags(flag.CommandLine)
Expand Down

0 comments on commit e60b222

Please sign in to comment.