From 4c4cf3c34e72fa689ef0a4a9ff03904bcb6e3726 Mon Sep 17 00:00:00 2001 From: JT Olio Date: Wed, 30 May 2018 17:15:04 -0600 Subject: [PATCH] pkg/process: update collector address (#64) --- pkg/process/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/process/metrics.go b/pkg/process/metrics.go index 4e9386351..27eeeef8e 100644 --- a/pkg/process/metrics.go +++ b/pkg/process/metrics.go @@ -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")