Skip to content

Commit

Permalink
Merge pull request #2 from cloudflare/change_port
Browse files Browse the repository at this point in the history
Use port 9250
  • Loading branch information
mattbostock authored May 8, 2017
2 parents 9790a0f + 3f74879 commit 4c033e2
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 @@ -26,7 +26,7 @@ func main() {
var (
versionString = fmt.Sprintf("%s %s (%s)", applicationName, revision, runtime.Version())
showVersion = flag.Bool("version", false, "Print version information.")
listenAddress = flag.String("web.listen-address", ":9249", "Address to listen on for web interface and telemetry.")
listenAddress = flag.String("web.listen-address", ":9250", "Address to listen on for web interface and telemetry.")
metricsPath = flag.String("web.telemetry-path", "/metrics", "Path under which to expose metrics.")
url = flag.String("opentsdb.url", "http://localhost:4242", "HTTP URL for OpenTSDB server to monitor.")
timeout = flag.Duration("opentsdb.timeout", 5*time.Second, "Timeout for HTTP requests to OpenTSDB.")
Expand Down

0 comments on commit 4c033e2

Please sign in to comment.