What monoscope-tech/monoscope shipped
Generated by FoxPlug from public activity — not affiliated with Monoscope.
Week of September 14, 2026
What shipped
- Fixed bin-width dropdown in the visual query builder to use seconds instead of minutes, eliminating silent 60x bucketing errors. Pull request #589
- Routed RUM session core queries before bounded enrichment to enable TimeFusion to use sessions rollup. Pull request #581
- Fixed dashboard sticky variable layering to isolate widgets below the sticky row and keep ECharts tooltips local to grids. Pull request #591
- Fixed successive dashboard variable prompts by normalizing empty query values and continuing prompts after parent selection. Pull request #590
- Classified TimeFusion handoff errors as transient to retry writes instead of sending batches to the DLQ. Pull request #575
- Fixed endpoint rollup hash expansion on TimeFusion by removing correlated UNNEST that the planner rejected. Pull request #577
- Preserved environment, service, trace, and time context across explorer navigation. Pull request #583
- Fixed dashboard create to use the explicit project endpoint instead of empty htmx URL resolving to 405. Pull request #588
- Kept Slack alerts flowing by fixing root recovery and rendering all alerts through one renderer. Pull request #565
- Retained unboxed centroid vectors across database loading to reduce allocation in canonical-pattern loading. Pull request #555
Why it matters
This week addressed critical query correctness issues [0], dashboard interaction regressions [1][2], and production alerting failures [25]. Several fixes target TimeFusion integration [7][11][16], which improves query routing and reliability.
Changelog entry
- Fix: query builder bin-width dropdown now uses seconds to match KQL parser expectations Pull request #589
- Fix: dashboard sticky variable layering and ECharts tooltip isolation Pull request #591
- Fix: successive dashboard variable prompts with empty value normalization Pull request #590
- Fix: dashboard create endpoint routing Pull request #588
- Fix: conversation title form field namespacing Pull request #587
- Improve: route RUM session core before bounded enrichment for TimeFusion rollup Pull request #581
- Improve: preserve telemetry scope across explorer views Pull request #583
- Fix: endpoint rollup hash expansion on TimeFusion by removing correlated UNNEST Pull request #577
- Fix: retry writes through TimeFusion deployment handoffs as transient errors Pull request #575
- Perf: retain unboxed centroid vectors across database loading Pull request #555
- Fix: Slack alerts now resume flowing with unified rendering Pull request #565
Fixed query bucketing errors, dashboard variables, and Slack alerting. Improved TimeFusion routing and endpoint rollup handling. Better explorer context preservation across navigation.
This week's releases fix several production issues affecting queries, dashboards, and alerting. Query builder bin-widths now correctly preserve units [0], dashboard variables prompt correctly in sequence [2], and Slack alerts resume flowing with unified rendering [25]. TimeFusion integration improved with better session routing [7] and endpoint rollup handling [11]. Explorer context now persists across navigation [9].