pkg/process: update collector address (#64)

This commit is contained in:
JT Olio 2018-05-30 17:15:04 -06:00 committed by Alexander Bender
parent ad9b7e01a6
commit 4c4cf3c34e

View File

@ -18,7 +18,7 @@ import (
var (
metricInterval = flag.Duration("metrics.interval", telemetry.DefaultInterval,
"how frequently to send up telemetry")
metricCollector = flag.String("metrics.addr", "collector.storj.io:9000",
metricCollector = flag.String("metrics.addr", "collectora.storj.io:9000",
"address to send telemetry to")
metricApp = flag.String("metrics.app", filepath.Base(os.Args[0]),
"application name for telemetry identification")