Hello Signoz Team,
Is environment variable "TELEMETRY_ENABLED" working correctly at the moment?
I am using Signoz with TELEMETRY_ENALBED=false but queries from functions GetSamplesInfoInLastHeartBeatInterval and GetTotalSamples are still ran. Queries are these:
1. select count() from signoz_metrics.distributed_samples_v4 where metric_name not like 'signoz_%';
2. select count() from signoz_metrics.distributed_samples_v4 where metric_name not like 'signoz_%' and unix_milli > toUnixTimestamp(now()-toIntervalMinute(720))*1000;
I am asking this because there two queries cause high CPU spikes on Clickhouse.
I am using Signoz v.0.76.2, docker setup with TELEMETRY_ENABLED=false in docker-compose.yaml