SigNoz
Docs
PricingCustomer Stories
Docs
IntroductionContributingMigrate from DatadogSigNoz API
Community
Support
Slack
X
Launch Week
Changelog
Dashboard Templates
DevOps Wordle
Newsletter
More
SigNoz vs DatadogSigNoz vs New RelicSigNoz vs GrafanaSigNoz vs Dynatrace
Careers
AboutTermsPrivacySecurity & Compliance
SigNoz
All systems operational

Changelog

Follow us on LinkedIn
Back to all posts
August 27, 2025

Global Command Palette

Media

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:

  • Quick navigation to all major sections (Home, Dashboards, Services, Traces, Logs, Alerts, Exceptions, Messaging Queues)
  • Keyboard shortcuts displayed for each action
  • Search functionality to find any action or page
  • Account settings access

HTTP Status Badges in Trace Details

Media

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:

  • Waterfall view for sequential span analysis
  • Flamegraph view for hierarchical trace visualization
  • Both collapsed and expanded span states
  • Automatically extracted from standard HTTP status code attributes

Cost Meter

Media

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:

  • Signal-level breakdown: See detailed cost analysis for logs, traces, and metrics separately
  • Real-time monitoring: Track costs as they occur with hourly data aggregation
  • Key contributors identification: Understand which services, endpoints, or components are driving your costs
  • Ingestion insights: Monitor log record counts, span sizes, and metric datapoint volumes

Access Cost Meter directly from the sidebar navigation to start optimizing your observability spend.

Redesigned Date Picker

Media

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.

Bug Fixes

  • Keyboard shortcuts in the trace explorer and home page now work correctly, ensuring consistent navigation across the application.
  • Exclusion operators (NOT CONTAINS, NOT LIKE, !=, NOT REGEXP) have been updated to use AND logic, making negative filters more intuitive.
  • Back navigation in the traces explorer no longer breaks, letting users return without losing context.
  • Group by queries in logs and traces explorer automatically switch to time series view when aggregated, showing the proper visualization.
  • Fixed panel correlation and alert multi-aggregation issues, resolving problems where dashboard panels weren't properly linked and alerts with multiple aggregations weren't working correctly.
  • Query builder filters are preserved when switching time ranges or modifying queries, preventing cases where values were being converted incorrectly (e.g., service.name IN 'cartservice' converting to service.name IN []).
  • Full-text search is now case-insensitive and properly handles regex patterns, leading to more accurate results and better index utilization.