October 25th, 2024
New
Improved
Fixed
Freeform SELECT clause in SLI Builder: Users can now create SLIs using free-form SELECT clauses with enhanced SQL query handling. This includes support for arithmetic relationships between multiple metrics in the SELECT clause.
Example: SELECT AVG(internal_timestamp - external_timestamp) FROM key1 WHERE status = "COMPLETED".
Note: Aggregation functions are required in the SELECT clause for complex relational queries.
Breach start time for interval based SLOs: We’ve introduced the breach_starts_at field for interval-based SLOs to enhance breach tracking. This addition provides greater context on the SLO’s state over its compliance period. You can view the breach start time by clicking the </> inspect icon on the SLA details view.
SLA calculation for mid-month starts: We resolved an issue causing compute errors when SLAs began mid-month.
Improved data handling for interval exclusions: Charts now correctly show "no data" for interval-based SLOs where missing intervals are set to "exclude."