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:
Ctrl/Cmd + click on items in "Dashboard List", "Alert List" and "Key Operations" table now opens it in a new tab, preserving your current context while exploring.
Alert module enhancements with clearer visualizations, improved error states, and better feedback messages.
Bug Fixes
Fixed key CONTAINS value filter not working with numeric values, allowing proper filtering of numeric fields in logs and traces.
Prevented logs explorer from having zero columns, ensuring at least one column is always visible to avoid broken table views.
Fixed alert disable functionality from the overview page, allowing users to quickly disable alerts without navigating to edit mode.
Resolved logarithmic scale errors in charts, ensuring proper visualization of data with wide value ranges.
Resolved stale pipeline processor state when switching between processors after updating JSON flattening config, ensuring changes are properly reflected.
Fixed metric aggregation and value retention inconsistency when editing queries, preserving user selections during query modifications.
Maintenance
Automated migration of existing dashboards, alerts, and saved views to support the new query builder v5 format, ensuring seamless upgrade without manual intervention.
Updated alert evaluation engine for alerts created with query builder v5, improving reliability and consistency in alert triggering.
Fixed time series data ordering in charts to maintain consistent visualization without data points jumping around.
Added support for ClickHouse version 25.5.6, ensuring compatibility with the latest ClickHouse releases.