Changelog
v0.124.0May 15, 2026
More prominent ingestion limit alerts

Setting an alert on your ingestion limit is now a more visible, one-step action with a sensible default alert name. This makes it easier to catch ingestion spikes before they bite into your billing or quota.
Azure Monitoring

Native support for monitoring Azure workloads including VMs, App Service, AKS, Container Apps, Functions, SQL Database, and Blob Storage. Refer setup guides here.
Bug Fixes
- Query results with ragged label sets across series now render correctly in scalar table conversions.
- Query builder now rejects invalid group by timestamp on timeseries requests instead of producing malformed queries.
- Version comparison on the status check now correctly strips the
vprefix, so e.g. v0.50.0 and 0.50.0 are treated as equal. - Host metrics no longer show -1 placeholder values for missing samples.
Maintenance
- Enabled
transaction_mode=immediateon the SQLite store for more predictable write behavior under contention. - Tooling and dependency updates: orval bumped for API client generation, ts-jest updated, and filter styles refreshed.
- Continued internal UI consolidation onto the
@signozhq/uidesign system with icons migrated off lucide-react and Ant Design,LoadingOutlinedreplaced with the SigNoz loader, and typography aligned to the shared library. - Auditor now supports a file provider, letting operators persist audit events to a file destination which is useful for environments that already ship file-based logs to a SIEM.