Issue with Sending K6 Metrics to InfluxDB in Signoz
TLDR Rishabh described an error while sending K6 metrics to InfluxDB in Signoz. Srikanth questioned the https usage.
Powered by Struct AI
2
2mo
Sep 19, 2023 (2 months ago)
Rishabh
Rishabh
06:28 AMHi folks, I am trying to send k6 metrics to the InfluxDb receiver in Signoz. I have added
to the receivers: and "influxdb" to the service>pipelines>metrics>receivers in otel-collector-metrics-config.yaml
Now when I am running
then I am getting this error
Anybody here who has faced something similar?
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
K6_INFLUXDB_ADDR="" K6_INFLUXDB_BUCKET="signoz" ./k6 run script.js -o xk6-influxdb
then I am getting this error
ERRO[0001] Couldn't send metrics points elapsed="327.621µs" error="Post \"\": 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 \"\": dial tcp 0.0.0.0:8086: connect: connection refused" output=InfluxDBv2 points=6
Anybody here who has faced something similar?
Srikanth
Srikanth
08:49 AMWhy is it https?
SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 1023 threads (61% resolved)
Similar Threads
Monitoring HTTP Endpoints Health in Kubernetes Deployment
Narasimhamurthi faced issues with monitoring HTTP endpoints health and collector-metrics pod in a Kubernetes deployment. Srikanth provided guidance, and the issue was resolved after correcting the config.
44
10mo
Solved
Issues with SigNoz on DigitalOcean k8s After Upgrade
Thomas experienced issues with SigNoz on DigitalOcean k8s after upgrading to v0.19. Prashant identified a PR to address the issue and provided a solution.
12
6mo
Solved
Exporting OpenTelemetry Data from Pixie to SigNoz on Kubernetes
Nilanjan asks how to export opentelemetry data from Pixie to SigNoz on the same Kubernetes cluster. Srikanth suggests configuring the endpoint of the collector in Pixie, but viewing the data in SigNoz dashboard remains unresolved.
6
7mo