Hello. I had a perfectly working signoz setup runn...
# support
j
Hello. I had a perfectly working signoz setup running in my machine (docker, self host) and it was receiving traces, logs and metrics nicely. I figured I'll update. I got the new docker compose file, run it and everything runs and works, it even shows old logs/traces/metrics. However, any new logs/metrics/traces are not received. Troubleshooter just says: Error: not able to send data to SigNoz endpoint ... rpc error: code = Unavailable desc = connection closed before server preface received
signoz-otel-collector logs show: {"level":"info","timestamp":"2025-03-17T072209.790Z","caller":"opamp/server_client.go:171","msg":"W aiting for initial remote config","component":"opamp-server-client"} every second
n
Can you share the version you upgraded to ?
j
0.76
n
Yeah, might be an issue with the latest one @Prashant Shahi
Did the schema migration docker container run ?
j
yes
Okay. I got it working now. I had the old clickhousemetricswritev2 even tho it has been renamed to signozclickhousemetrics by now. After changing that it started working again.
I guess it was crashing the otel-collector or sumthing
Issue resolved
n
great