Commit d0eecd46 authored by jcgregorio's avatar jcgregorio Committed by Commit bot
Browse files

Use DNS and not hard coded IP address of the monitoring server.

BUG=skia:
R=mtklein@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/338873003
parent 00fb4270
......@@ -290,7 +290,7 @@ func init() {
// Start reporting metrics.
// TODO(jcgregorio) We need a centrialized config server for storing things
// like the IP address of the Graphite monitor.
addr, _ := net.ResolveTCPAddr("tcp", "10.240.159.195:2003")
addr, _ := net.ResolveTCPAddr("tcp", "skia-monitoring-b:2003")
go metrics.Graphite(metrics.DefaultRegistry, 1*time.Minute, "webtry", addr)
writeOutAllSourceImages()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment