Srikanth Chekuri

Results 417 comments of Srikanth Chekuri

Sorry I missed the last update. This will be a breaking change. Let me think about this and get back soon but can't promise if this will be merged in...

thanks, please resolve the conflicts

Part of this is already done (any expression that uses numbers followed by `m`, `h`, `d`, `w` works). It would be wonderful to support any parsable expression such as `1...

This happens where there isn't enough memory but based on what you mentioned there is enough memory. Is there anything else running on this machine that consumes more memory? I...

When you run into this issue, can you look at the logs of the query-service? You should see the ClickHouse query that failed. Can you exec into ClickHouse and run...

The first thing to note is that you have thousands of the notify_user_ids. It shouldn't be like this. The span name should follow the rules mentioned here https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#span. The id's...

Please take one of the failed queries from the query-service logs and run it in the clickhouse console. It would help see the query, the query stats, peak memory usage...

1. Grab a query from query-serivce logs. 2. Exec into one of the ClickHouse docker container `docker exec -it signoz-clickhouse` 3. Run `clickhouse-client` 4. Now, run the query and notice...

IMO this is not one of those features where we get the initial working piece merged and think about it more later. It has the potential to bring down the...

Yes, you can update the description. What did you change the alert description to? Was it successfully updated when saved?