Vishal Sharma
Vishal Sharma
It has been reported that setting TTL takes longer when there is large data (billions of rows). Since trace db has 5-6 tables so setting of TTL can fail on...
Some features like the exceptions tab is not being used by users but SigNoz still processes and stores data on relevant Clickhouse table. If we have feature flags for different...
`gRPC Status code`, `HTTP status code`, `gRPC Method` columns are deprecated in the latest `v0.10.0` release so we can update the [logic](https://github.com/SigNoz/signoz/blob/bf3e9eff699c2fcb7e798a081a6e17fef145dd8c/pkg/query-service/app/clickhouseReader/reader.go#L1758) of GetFilteredSpans function too where we are using...
Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? 1.3.0 ### What version of Node are you using? v18.3.0 ### Please provide...
## Bug description When the backend API responds with 500 error code then the loader on charts section loads infinitely ## Expected behavior Charts should show *No Data* like in...
Currently SigNoz uses materialized view and projections to optimize timestamp or duration sorting. But it also increases storage use by 2x. ## Describe the solution you'd like Allow user to...