Press Cmd+K
(Mac) or Ctrl+K
(Windows/Linux) to instantly access any page, search for actions, or navigate using keyboard shortcuts. The palette shows all available shortcuts like Shift+H
for Home, Shift+T
for Traces, and Shift+L
for Logs, making navigation faster without touching your mouse. This is especially useful when you're debugging issues and need to quickly jump between different modules.
The command palette includes:
HTTP status codes are now prominently displayed as colored badges in the trace details view. When examining traces in the waterfall or flamegraph views, you'll instantly see status badges (200, 404, 500, etc.) on each span, making it easier to spot errors and understand request outcomes at a glance. The badges use intuitive color coding like green for successful requests (2xx), yellow for redirections (3xx), orange for client errors (4xx), and red for server errors (5xx).
The status badges appear in:
The new Cost Meter provides comprehensive visibility into your observability costs across all telemetry signals. Track your data ingestion patterns in real-time with hourly aggregation and understand exactly where your observability budget is going.
Key capabilities:
Access Cost Meter directly from the sidebar navigation to start optimizing your observability spend.
The new date picker provides separate date and time inputs for more precise control, real-time validation to prevent invalid ranges, and clear timezone indicators. Custom time ranges are now easier to set and persist when reopening the picker.
service.name IN 'cartservice'
converting to service.name IN []
).