Slackbot
08/30/2023, 9:32 PMSaad Bahir
08/30/2023, 10:38 PMingress
spec
spec:
ingressClassName: nginx
rules:
- host: <http://otelcollector.mydomain.com|otelcollector.mydomain.com>
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 ?Vishal Sharma
08/31/2023, 1:42 AMIn cases of some SDKs, you would have to includeprefix forhttps://
OTEL_EXPORTER_OTLP_ENDPOINT
Vishal Sharma
08/31/2023, 1:48 AMhttps
in host URLSaad Bahir
08/31/2023, 12:15 PM