Hello Signoz Team, Is environment variable "TELEM...
# support
m
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
n
Interesting, this shouldn’t be the case, can you please create a GitHub issue we will look into it.
m
Hello, Sure, I will create it today.
n
Hey @Miko Ruotsalainen Thanks for reporting the issue, and Let us know if you've created a github issues for the same
m
Hello, You can find the issue here: https://github.com/SigNoz/signoz/issues/7570