Hello team, i have a question regarding to access otel-collector outside the cluster, my override co...
s
Hello team, i have a question regarding to access otel-collector outside the cluster, my override config is as below:
Copy code
otelCollector:
    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?
Copy code
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:
Copy code
Error: not able to send data to SigNoz endpoint ...
rpc error: code = Unavailable desc = failed to receive server preface within timeout
Appreciate your help!