Srikanth Chekuri

Results 183 issues of Srikanth Chekuri

### Summary Uses changes from https://github.com/SigNoz/signoz-otel-collector/pull/361 1. Table Selection and Aggregation Strategy We have two pre-aggregated tables: a) 5-minute aggregation b) 30-minute aggregation The choice of table depends on the...

chore

If for some reason users use `LIKE` without any `%` or `_` in the filter, they will probably see "No data". Show a warning to the user or nudge them...

enhancement
query-builder

The `materialize_ttl_after_modify` by default is set to 1 and triggers the TTL materialisation process. This can be a heavy operation with a lot of I/O. We can disable this by...

enhancement
query-service
ttl

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

**Description:** This pull request addresses the remote config status reporting issue discussed in #21079 by introducing the following options to the Agent config: 1. `successful_health_checks`: The number of consecutive successful...

cmd/opampsupervisor

## Bug description The NOOP is not supported in alerts. We only support threshold-based alerts.

frontend
alerts

In the following cases - value panel type - alert

frontend
alerts
dashboards

Today, the query fetches all the data, caches it and does the in-process calculation to apply the limit or not. While it is best for many cases, it is not...

metrics

### Summary Part of https://github.com/SigNoz/signoz/issues/5373

chore