check your affinity and taints. i had same issue . otelAgent tolerations on singoz helm chart is what needs to be configured.
Copy code
otelAgent:
# NB: if adding node group and wanting it to be monitred add toleration here
tolerations:
- key: "<http://nvidia.com/gpu|nvidia.com/gpu>"
operator: "Exists"
effect: "NoSchedule"
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.