Connection Issues with k8s-infra and otel-collector Over Ingress
TLDR Saad was experiencing connectivity issues with k8s-infra
and otel-collector
. vishal-signoz suggested appending https
in the host URL which resolved the issue.
Powered by Struct AI
1
5
3mo
Aug 30, 2023 (3 months ago)
Saad
Saad
09:32 PMHas anyone run into issues with
I guess this error
k8s-infra
trying to connect otel-collector
over ingress ?I guess this error
2023-08-30T21:30:30.674Z warn zapgrpc/zapgrpc.go:195 [core] [Channel #6 SubChannel #7] grpc: addrConn.createTransport failed to connect to {
"Addr": "",
"ServerName": "",
"Attributes": null,
"BalancerAttributes": null,
"Type": 0,
"Metadata": null
}. Err: connection error: desc = "error reading server preface: http2: frame too large" {"grpc_log": true}
2023-08-30T21:30:37.707Z info exporterhelper/queued_retry.go:423 Exporting failed. Will retry the request after interval.
10:38
Saad
10:38 PMThis is my
I am using port
so it’s a grpc to grpc connection but I don’t get why it’s failing
anyone knows ?
ingress
specspec:
ingressClassName: nginx
rules:
- host:
http:
paths:
- backend:
service:
name: rollstack-signoz-otel-collector
port:
number: 4317
path: /
pathType: ImplementationSpecific
I am using port
4317
which should be the grpc
port, right?so it’s a grpc to grpc connection but I don’t get why it’s failing
anyone knows ?
Aug 31, 2023 (3 months ago)
vishal-signoz
vishal-signoz
01:42 AM> In cases of some SDKs, you would have to include
https://
prefix for OTEL_EXPORTER_OTLP_ENDPOINT
01:48
vishal-signoz
01:48 AM Saad Please try with appending
https
in host URLSaad
Saad
12:15 PMthank you!!! it worked!!!
1
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
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.
5
5mo
SigNoz Instrumentation Error in GCP/GKE with Python and FastAPI
Andre faced an error while instrumenting their app service with SigNoz. Srikanth identified the incorrect config and suggested the correct endpoint, resolving the issue.
3
7mo
Connection Issues with signoz-otel-collector on k8s Cluster
Ankit encounters connection issues with signoz-otel-collector on a k8s cluster. Prashant suggests checking logs and status, but the issue remains unresolved.
16
9mo