Skip to content

Commit

Permalink
chore: update default listen address to 0.0.0.0
Browse files Browse the repository at this point in the history
Prometheus does the same
  • Loading branch information
wbollock committed Oct 11, 2023
1 parent c2ee7f0 commit 0984528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
version = "0.1.0"
defaultLogLevel = "info"
defaultListenAddress = ":9141"
defaultListenAddress = "0.0.0.0:9141"
defaultMetricsPath = "/metrics"
)

Expand Down

0 comments on commit 0984528

Please sign in to comment.