Changelog
v0.138.0August 19, 2026
Full-Text Search in Log Records
Find values in your logs without knowing which field they live in, using the new search() function in the Logs Explorer.
Now you can type search('timeout') in the filter expression and match that term across the body, attribute and resource keys and values, and log fields such as severity. The match is case-insensitive and literal, so there is nothing to escape.
You can also narrow it to one or more field contexts, for example search('checkout', body), which reads less data and comes back faster. Since search() looks at every field, keep it for ad-hoc exploration and move to a field filter once you know where the value lives.
Bug Fixes
- Several crashes that occurred when using Google Translate are now fixed.
- The Log Details drawer no longer closes when you click the scrollbar.
- In Trace Details, the back button returns to the previous view even after you close the sidebar or navigate individual spans.
Maintenance
- Charts in the Infrastructure Monitoring details view now include a short description of what they represent.
- Large numbers in dashboard panels are now comma-separated, making them easier to parse.
- Links in the Changelog now open in a new tab, instead of navigating away from the page.