We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f98fb7 + f332dbe commit 86ad6a3Copy full SHA for 86ad6a3
pkg/metrics/listener.go
@@ -23,7 +23,9 @@ import (
23
24
// DefaultBindAddress sets the default bind address for the metrics
25
// listener
26
-var DefaultBindAddress = ":8080"
+// The metrics is off by default.
27
+// TODO: Flip the default by changing DefaultBindAddress back to ":8080" in the v0.2.0.
28
+var DefaultBindAddress = "0"
29
30
// NewListener creates a new TCP listener bound to the given address.
31
func NewListener(addr string) (net.Listener, error) {
0 commit comments