I have installed signoz on kubernetes using the helm chart provided in the documentation. How do I send traces over OTLP/HTTP to the signoz OTEL collector?
(if using a custom prefix name)
You have to install the SigNoz Helm template in the same namespace as your applications. Otherwise, Kubernetes cannot resolve the domain name of the service.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.