Shaoxian Xu
04/30/2024, 5:57 AMotelCollector:
ingress:
enabled: true
className: nginx
hosts:
- host: <http://my.domain.com|my.domain.com>
paths:
- path: /
pathType: ImplementationSpecific
port: 4317
is there any additional change i need to make to access outside the cluster? if not what is the right url (including port) to use?
Error: not able to send data to SigNoz endpoint ...
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: address <https://my.domain.com:443>: too many colons in address"
without https:
Error: not able to send data to SigNoz endpoint ...
rpc error: code = Unavailable desc = failed to receive server preface within timeout
Appreciate your help!