<@U08GZJ30Q9X> When I upgraded to latest community Helm chart version (Signoz and K8s infra), it see...
a
@Nagesh Bansal When I upgraded to latest community Helm chart version (Signoz and K8s infra), it seems the logs/metrics/traces has stopped. I checked the K8s infra pod logs.
Copy code
helm upgrade signoz-k8s-infra signoz/k8s-infra --set global.clusterName=<clusterName> --set otelCollectorEndpoint=signoz-otel-collector.signoz.svc.cluster.local:4317 --presets.logExporter.enabled=false --global.cloud=aws -n signoz
Above is the command I used to upgrade the K8s infra helm chart.
n
Can you check whether signoz-otel-collector is reachable?
a
@Nagesh Bansal On checking the logs of signoz-otel-collector, i got this error message. However, the pod is still in "Running" state.
@Nagesh Bansal Seems like the error was with the post-upgrade SigNoz chart. I used below command to upgrade SigNoz helm chart.
Copy code
helm upgrade signoz signoz/signoz -n signoz --set global.cloud=aws --set global.storageClass=gp2 --set signoz.configVars.clickHouseUrl="<tcp://signoz-clickhouse.signoz.svc.cluster.local:9000>"
n
@Aziz Moiz, That error will go away once you log in to the platform
What was the error after the upgrade?