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
July 24, 2025

Entrypoint Spans

Your browser does not support the video tag.

Added entrypoint spans toggle to the key operations table. When enabled, filters to show only spans where requests first enter the service from upstream services, hiding internal downstream spans for a cleaner high-level view.

System Theme Support

Your browser does not support the video tag.

Added system theme option to automatically follow your OS dark/light mode preference and updated the app loading screen.

New for OSS Users: Cobra Command Line Interface

SigNoz is now available as a cobra command CLI. Running signoz --help gives you access to OpenTelemetry-native logs, metrics and traces in a single pane with the following commands:

  • help - Help about any command
  • server - Run the SigNoz server

Key changes:

  • Update your launch.json args to "args": ["server", "--cluster", "cluster", "--use-logs-new-schema", "true", "--use-trace-new-schema", "true"]
  • Extra/unknown command line args are now ignored in the favour of supporting the single unified configuration with the “—config config.yaml”

Bug Fixes

  • Optimized query performance by fetching only required log attributes instead of all attributes during query building and execution.
  • Fixed log details filtering to properly validate field types when applying filters, preventing filter errors.
  • Fixed missing filters when navigating from infrastructure monitoring to logs explorer, ensuring context is preserved across views.

Maintenance

  • Enhanced alert creation workflow by automatically pre-populating alert conditions based on selected reduce-to functions and threshold values.