Hi folks, I am trying to send k6 metrics to the In...
# support
r
Hi folks, I am trying to send k6 metrics to the InfluxDb receiver in Signoz. I have added
Copy code
influxdb:
    endpoint: 0.0.0.0:8086
to the receivers: and "influxdb" to the service>pipelines>metrics>receivers in otel-collector-metrics-config.yaml Now when I am running
Copy code
K6_INFLUXDB_ADDR="<https://0.0.0.0:8086>" K6_INFLUXDB_BUCKET="signoz" ./k6 run script.js -o xk6-influxdb
then I am getting this error
Copy code
ERRO[0001] Couldn't send metrics points                  elapsed="327.621µs" error="Post \"<https://0.0.0.0:8086/api/v2/write?bucket=signoz&org=&precision=ns>\": dial tcp 0.0.0.0:8086: connect: connection refused" output=InfluxDBv2 points=9
ERRO[0002] Couldn't send metrics points                  elapsed="178.471µs" error="Post \"<https://0.0.0.0:8086/api/v2/write?bucket=signoz&org=&precision=ns>\": dial tcp 0.0.0.0:8086: connect: connection refused" output=InfluxDBv2 points=6
Anybody here who has faced something similar?
s
Why is it https?