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
nitya-signoz
04/07/2025, 5:40 PM
Interesting, this shouldn’t be the case, can you please create a GitHub issue we will look into it.
m
Miko Ruotsalainen
04/09/2025, 7:45 AM
Hello,
Sure, I will create it today.
n
Nagesh Bansal
04/16/2025, 9:16 AM
Hey @Miko Ruotsalainen Thanks for reporting the issue, and Let us know if you've created a github issues for the same
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.