[Uptime] Refactor filters to use less open API #29745
Labels
bug
Fixes for quality problems that affect the customer experience
enhancement
New value added to drive a business result
Team:Uptime - DEPRECATED
Synthetics & RUM sub-team of Application Observability
The current GQL API for filters involves passing in whole ES filter blocks in JSON. This is not very clean and is problematic for a number of reasons.
We should replace these with more specific APIs that don't take filter syntax, but rather just the minimum number of parameters to accomplish the work.
This came up in a few places notably #29557 (comment)
The text was updated successfully, but these errors were encountered: