From ab660ccc80bbb6e2f6994876a7835f8250d2fc30 Mon Sep 17 00:00:00 2001 From: Isaac Hess Date: Wed, 12 Feb 2020 16:26:36 -0700 Subject: [PATCH] statreceiver: Add http scheme to influx url Change-Id: I3e6506a4efda19f7a5de949fd0e47e92edbd8db6 --- cmd/statreceiver/statreceiver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/statreceiver/statreceiver.lua b/cmd/statreceiver/statreceiver.lua index 1996f9f64..29906d0e8 100644 --- a/cmd/statreceiver/statreceiver.lua +++ b/cmd/statreceiver/statreceiver.lua @@ -30,7 +30,7 @@ pbufsize = 1000 -- * db("postgres", connstring) goes to postgres influx_out = graphite("influx-internal.datasci.storj.io.:2003") graphite_out = graphite("graphite-internal.datasci.storj.io.:2003") - influx_out_v3 = influx("influx-internal.datasci.storj.io:8086/write?db=v3_stats_new") + influx_out_v3 = influx("http://influx-internal.datasci.storj.io:8086/write?db=v3_stats_new") v2_metric_handlers = sanitize(mbufprep(mcopy( -- send all satellite data to graphite