SigNoz
Docs
PricingCustomer Stories
Docs
IntroductionContributingMigrate from DatadogSigNoz API
Community
Support
Slack
X
Launch Week
Changelog
Dashboard Templates
DevOps Wordle
Newsletter
KubeCon, Atlanta 2025
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
v0.100.1November 05, 2025

Celebrating 100 GitHub Releases

100 releases later, and it still feels like the first day. From our conviction to build an open-source all-in-one observability tool to launching SigNoz Cloud, it's been an incredible journey.

Read the full story: A Story of Chaos, Conviction, and Code.

Meet Olly, Our Arctic Companion

Media

Say hello to Olly, the newest member of the SigNoz family! We chose an arctic bear because they thrive in extreme environments, adapt to constant change, and see clearly through harsh storms. That's exactly what you do every day! Debugging complex systems in chaotic environments and bringing clarity to your observability stack.

Olly represents the friendly, helpful spirit of our community, and we're excited for you to get to know him as he guides you through your observability journey.

Span Percentile in Trace Details

Your browser does not support the video tag.

View percentile rankings for individual spans to quickly identify performance outliers. When examining a span, you can now see its position in the performance distribution. For instance, a span marked as p74 indicates it was slower than 74% of similar spans. The expandable "Span Percentile" panel displays percentile breakdowns (p50, p90, p95, p99) with corresponding durations highlights the current span's position. Clicking on ‘+’ allows filtering by resource attributes. You can also set custom time ranges for targeted performance analysis.

Infrastructure Metrics in Trace Details

Your browser does not support the video tag.

View infrastructure metrics directly from trace details to correlate application performance with underlying resource usage. Click the "Metrics" button in the span details drawer to access CPU usage, memory consumption, and other infrastructure metrics for the pod, node, or host where the span executed.

Query Cost Meter Data Across Product Modules

Media

Create alerts and dashboards using cost meter data alongside metrics from other telemetry signals. You can now query meter data (usage and cost information) within the query builder across dashboards and alert rules, enabling you to set up budget alerts, track usage trends, and correlate costs with application metrics.

Doc: https://signoz.io/docs/cost-meter/alerts/

Bug Fixes

  • Resolved infinite API calls in traces explorer caused by variable cleanup logic. Dashboard variables now work correctly without triggering repeated unnecessary requests.
  • Fixed alignment issues on the home page to ensure consistent layout and visual presentation across sections.
  • Cold storage configuration now correctly disables the save button when retention is set to disabled (-1 value), preventing unintended saves.
  • Eliminated duplicate user creation in cloud integrations. The system now properly checks for existing users before creating new accounts.
  • Improved visual consistency in log details view with minor UI adjustments for better readability.
  • Alert threshold values now display with properly formatted units in descriptions and summaries, making alert configurations easier to understand at a glance.
  • Fixed legend scroll position resetting unexpectedly when interacting with alert and histogram panels, maintaining your position during chart interactions.
  • Dashboard panels now display appropriate decimal precision for metric values, ensuring accurate data representation without truncation.
  • Enhanced empty state handling in span logs drawer to distinguish between scenarios where no logs exist for a specific span versus the entire trace, with clearer messaging and actionable next steps.

Maintenance

  • Upgraded Axios to version 1.12.0 to address a critical DoS vulnerability, improving overall security and stability of the platform.
  • Enabled Cost Meter by default in Docker and Docker Swarm installations, allowing users to track usage and cost metrics out of the box without manual configuration.