This release adds SQL-like log search, configurable alert rules and AI error summaries, plus tracing performance improvements.
Query logs with familiar SQL syntax — WHERE, ORDER BY, LIMIT and time-range filters. No more domain-specific query language.
SELECT * FROM logs WHERE service = 'pay-service' AND level = 'WARN' ORDER BY ts DESC LIMIT 100
Configure alerts by error rate, keyword or threshold, and deliver them to email, webhooks or WeCom.
Powered by a large language model, Observe clusters and summarizes a batch of errors to tell you where the incident most likely originated — cutting manual triage time.