← Back to blog
Changelog 3 min read 炬鲸团队

Release Notes: SQL-Like Log Search, Alert Rules and AI Error Summaries

This release adds SQL-like log search, configurable alert rules and AI error summaries, plus tracing performance improvements.

New: SQL-like log search

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

New: alert rules

Configure alerts by error rate, keyword or threshold, and deliver them to email, webhooks or WeCom.

New: AI error summaries

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.

Improved: tracing performance

  • Tracing query performance up 40%
  • Smoother hydration for long-span traces

Fixes

  • Fixed a compile failure caused by a naming conflict between the SMS module and a utility function
  • Fixed alert rules not triggering in certain scenarios