Connection Issues with signoz-otel-collector on k8s Cluster
TLDR Ankit encounters connection issues with signoz-otel-collector on a k8s cluster. Prashant suggests checking logs and status, but the issue remains unresolved.
Mar 17, 2023 (9 months ago)
Ankit
12:05 PMAnkit
12:07 PMsignoz-k8s-infra-otel-deployment
is not able to make a connection with signoz-otel-collector:4317
Ankit
12:07 PM2023-03-17T11:15:16.687Z warn zapgrpc/zapgrpc.go:195 [core] [Channel #5 SubChannel #6] grpc: addrConn.createTransport failed to connect to {
"Addr": "signoz-otel-collector:4317",
"ServerName": "signoz-otel-collector:4317",
"Attributes": null,
"BalancerAttributes": null,
"Type": 0,
"Metadata": null
}. Err: connection error: desc = "transport: Error while dialing dial tcp 172.20.53.203:4317: connect: connection refused" {"grpc_log": true}
Ankit
12:07 PMAnkit
12:08 PMAnkit
12:08 PMAnkit
12:12 PMnitya-signoz
12:14 PMAnkit
12:30 PMPrashant
01:36 PMAnkit
01:51 PMPrashant
02:23 PMAnkit
02:25 PMPrashant
02:26 PMAnkit
02:46 PMMar 20, 2023 (9 months ago)
Prashant
05:51 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Log Monitoring Connection Error in Signoz
Utkarsh encountered a connection error while adding log monitoring using Signoz. nitya-signoz identified the incorrect otlp exporter port and suggested using 4317.
Troubleshooting SigNoz Auto-Instrumentation Configuration
igor is having trouble configuring auto-instrumentation for Java applications using SigNoz, with traces not appearing in the SigNoz UI. Prashant advises to check logs of the otel sidecar, use service name for endpoint, verify supported libraries, and test with telemetrygen. However, the issue still persists.
Troubleshooting Missing Otel Data in SigNoz
Brian sought help with missing Otel data in SigNoz. Srikanth asked about data sending method. Brian shared code and considered it user error.
Troubleshooting and Adding Log Files to SigNoz POC
Noor has requested help with incorporating log files into their SigNoz POC. In collaboration with vishal-signoz and nitya-signoz, they managed to successfully setup and resolve their issues.
SigNoz Log Format and JSON Parsing
Luke asked about the log format for SigNoz and using operators to convert loggers. nitya-signoz shared resources about specifications and recommended using operators. Travis had issues with JSON parsing but resolved them by updating `otel-agent-config.yaml`.