hi all I found a bug about signoz logs collect
If log size is very large such as more tha 4Mb, we can not get all log data from web.
And it is not shown from the beginning.
y
Yury Komarov
10/23/2024, 8:16 PM
did u take a look at resource consumption for fronted and query services?
I saw similar behavior and increase of limits helped me
w
Wei Nie
10/24/2024, 1:46 AM
I check body in signoze_logs.logs_v2 and found that log is no collect correctly.
I add
begin--
--end
in log data start and end
Copy code
select body from signoz_logs.logs_v2
but when check clickhouse data, do not found
begin--
and some bodys have
--end
, some bodys not
y
Yury Komarov
10/24/2024, 1:57 AM
show your otelcollector configuration
w
Wei Nie
10/24/2024, 2:08 AM
thanks for your reply@Yury Komarov
here is my otelCollector config in helm chart values
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.