Andy Emley
07/10/2025, 8:38 AMSELECT DISTINCT resource_string['product.name'] as product_name
FROM signoz_traces.distributed_signoz_index_v3
WHERE timestamp >= now() - INTERVAL 1 HOUR
AND ts_bucket_start >= toUInt64(toUnixTimestamp(now() - toIntervalHour(1))) - 3600 <https://signoz.io/docs/userguide/logs/>
I have noticed this in the logs and wondered if this was my issue (I am not using the Signoz distro)? thanks in advance!
If you have N number of OpenTelemetry collectors running in different places then they should process and send data to SigNoz OTEL collector using OTLP for it to be able to store in ClickHouse.Andy Emley
07/10/2025, 11:39 AMSigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by