Hi team, after we upgrade to 0.55. We want to change the log retention time. But the UI here is keep loading and not let me edit it. Any ways to solve this issue?
n
nitya-signoz
10/09/2024, 4:31 AM
First check if there are any mutation running in clickhouse, Since you killed the mutations that were stuck last time, the status didn’t update in the signoz local db.
You can go exec into query-service container.
Copy code
apk add sqlite
sqlite3 /var/lib/signoz/signoz.db
delete from ttl_status;
this would solve it.
h
Herb He
10/11/2024, 2:46 AM
@nitya-signoz This works. and one thing I noticed is different from previously version is when I try to change the retention period the UI just finished immediately but for previous version there is a spin keep rolling. Is it expected?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.