Hey team. After solving (I think), my issue with the memory of the DB, I'm struggling seeing data in...
g
Hey team. After solving (I think), my issue with the memory of the DB, I'm struggling seeing data in Signoz. I can see new data with the new format (thanks @Vibhu Pandey) like
system.cpu.time
. But in the metrics panel I see nothing so even if I change the metrics name in my dashboards I have no data.
DO I have to use the DOT_METRICS_ENABLED variable in signoz set to true ? This should be the normal way now, the setting to false should be the one the be enforced
Ok I miss read my bad. There is a linux migration. Just one thing, even if the migration file here https://github.com/SigNoz/signoz-db-migrations/releases/tag/v0.70.5 is a *.tar.gz in the name... it's not GZipped at all and you cannot use
tar -xzf ...
but
tar -xf ...