Alerts Table query with time filter update problems #142208
Labels
bug
Fixes for quality problems that affect the customer experience
Team: Actionable Observability - DEPRECATED
For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge"
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v8.5.0
The Alerts table is being fed with a query prop that sets a range of fixed timestamps to get new data (see gte and lte)
As we do not update that filter until reloading the page, the user might experience strange behaviour while using the Alerts Table.
For example, following this workflow:
Solutions:
Still investigating but our first approach would be to try to update the query that is passed by to the alerts table so it gives us relative timestamp (from now - 15 minutes to now instead of "gte":"2022-09-29T10:44:57.489Z","lte":"2022-09-29T10:59:57.489Z")
Fixing this should close #142053
The text was updated successfully, but these errors were encountered: