pkg/process: update collector address (#64)
This commit is contained in:
parent
ad9b7e01a6
commit
4c4cf3c34e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user