statreceiver: Add http scheme to influx url
Change-Id: I3e6506a4efda19f7a5de949fd0e47e92edbd8db6
This commit is contained in:
parent
ddbaaf451e
commit
ab660ccc80
@ -30,7 +30,7 @@ pbufsize = 1000
|
|||||||
-- * db("postgres", connstring) goes to postgres
|
-- * db("postgres", connstring) goes to postgres
|
||||||
influx_out = graphite("influx-internal.datasci.storj.io.:2003")
|
influx_out = graphite("influx-internal.datasci.storj.io.:2003")
|
||||||
graphite_out = graphite("graphite-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(
|
v2_metric_handlers = sanitize(mbufprep(mcopy(
|
||||||
-- send all satellite data to graphite
|
-- send all satellite data to graphite
|
||||||
|
Loading…
Reference in New Issue
Block a user