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
September 09, 2025

Launch Week 5.0 is Here!

Media

Join us for Launch Week 5.0 from September 8-12 at 9 AM PT. Five days of major feature announcements, live demos, and deep dives into what's new in SigNoz.

Importantā—Upgrade to v0.94.0

Follow the upgrade guide to update the ClickHouse version to 25.5.6. You can also use our upgrade path tool to identify the exact steps you need to take.

Interactive Dashboards

Media

Your dashboards are now fully interactive. Click directly on any data point in your panels to drill down and explore - no more opening new tabs and manually recreating queries.

Key capabilities:

  • Drill down from any panel: Click a spike in errors and break it down by service, then by endpoint, then by region - all in seconds
  • Cross-filtering with dashboard variables: Click any value in a panel to set or create dashboard variables on the fly. Your entire dashboard updates instantly
  • Context links: Jump directly from metrics to related logs or traces while preserving all filters and time ranges
  • Live query editing: See something interesting? Edit the query right there in the panel - change from P99 to P95, add filters, adjust the time range

This works with all your existing dashboards built with the query builder - no migration needed.

Trace Operators

Media

You can now query spans based on their relationships within a trace. Find spans where the root span has specific attributes, where the parent span encountered an error, or where any span in the trace matches certain criteria. This gives you deeper correlation capabilities for debugging distributed systems.

Examples of what you can now do:

  • Find all spans where the root span's service is "web-store"
  • Query spans where the parent span has an error
  • Filter spans where any span in the same trace has specific attributes
  • Analyze parent-child relationships to understand request flow patterns

Span Attribute Pinning

Media

Pin important span attributes for easier access and visibility in the trace explorer. This helps you keep critical attributes always visible while investigating traces.

Multiple Panel Deletion

When updating dashboards via API key, you can now delete multiple panels in a single operation, making programmatic dashboard management more efficient.

Bug Fixes

  • Fixed table panel sorting issues due to mismatch in aggregation lookups.
  • Y-axis units are now interactive in panel edit mode.
  • Resolved table panel scrolling issues caused by style overrides from the calendar component.
  • Fixed incorrect queries when changing panels to list panel type.
  • Improved compatibility with OpenTelemetry semantic conventions version 1.26 and above for third-party APIs.