Changelog

Follow us on LinkedIn
v0.122.0May 06, 2026

Per-Dashboard Cross-Panel Cursor Sync

Dashboards now let you choose how panels sync when you hover over a chart. From the General settings of any dashboard, you can pick between Crosshair (a vertical line follows your cursor across all panels), Tooltip (the hovered timestamp's values show in every panel's tooltip), or No Sync. The preference is saved per dashboard, so different dashboards can use different sync modes, useful when some dashboards benefit from tightly correlated panels and others don't.

Bug Fixes

  • Span start times in the trace detail view now match the waterfall v2 behavior, removing inconsistencies between the two trace experiences.
  • Several minor tooltip rendering issues across the UI have been resolved.

Maintenance

  • Infrastructure Monitoring tables have been migrated to the new shared table component, continuing the list/detail consolidation work from v0.120.0.
  • Frontend type-checking has been migrated from tsc to tsgo, significantly speeding up the developer feedback loop. The lint-staged integration has also been fixed.
  • Auth domain configuration API responses are now properly nested, with consistent naming (Updateable Updatable ) and an Identifiable returned on create, relevant if you consume the SigNoz API directly or generate clients from it.
  • The OpenAPI schema definitions for AuthDomainConfig and PostableChannel have been corrected, fixing mismatches between the documented and actual response shapes.