hi all I found a bug about signoz logs collect If log size is very large such as more tha 4Mb, we ca...
w
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
did u take a look at resource consumption for fronted and query services? I saw similar behavior and increase of limits helped me
w
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
show your otelcollector configuration
w
thanks for your reply@Yury Komarov here is my otelCollector config in helm chart values
or is there a parameter like log_max_bytes in opentelemetry-collector-contrib?