I'm using Victoria Metrics as a metric storage. I would like to use VM rather than using InfluxDB
In this case I just port forwarded to my VM port then run;
k6 run --out influxdb=http://127.0.0.1:8480/k6 click_performancetest.js --http-debug="full"
However when I do it, getting this;
requestURI: /write?consistency=&db=k6&precision=ns&rp=; cannot parse path "/write": cannot find {prefix}\n" output=InfluxDBv1
Is there any blog, article or suggestion for using Victoria metrics using k6 with rather than using InfluxDB?
Thanks in advance