Ankit Nayan
v0.11.2
⢠Fix for query-service OOMing when using promQL - loading all timeseries in memory to match labels has been moved to use ClickHouse to do the matching and load only the relevant timeseries for a query. This will remove a lot of memory pressure on the query-service. The relevant PR https://github.com/SigNoz/prometheus/pull/6 is released with the new release. However this does not affect queries built using QueryBuilder in the dashboards as much of the work is already taken care by ClickHouse.
⢠JsonObject cast issues in otel-collector is fixed with PR https://github.com/SigNoz/signoz-otel-collector/pull/17. Issue reported such as https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1663325630092669 should be fixed now
Users are requested to file more issues to be picked up for the next release. We are always eager to serve you better šArunprasad Rajkumar
10/17/2022, 11:53 AM