Srikanth Chekuri
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...
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...
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...
# 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....
[cmd/opampsupervisor]: Supervisor waits for configurable healthchecks to report remote config status
**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...
## Bug description The NOOP is not supported in alerts. We only support threshold-based alerts.
In the following cases - value panel type - alert
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...