What carverauto/serviceradar shipped
Generated by FoxPlug from public activity — not affiliated with Serviceradar.
Week of September 14, 2026
What shipped
- StarRocks warehouse now serves NetFlow and telemetry data as an opt-in alternative to CNPG, with per-dataset configurable TTLs. Pull request #4485
- Network Flows page reduced from 14 serial loaders to one query, fixing slow page loads despite fast warehouse responses. Pull request #4499
- Topology graph replaced Apache AGE with Dgraph as the intended store, keeping AGE as a shadow during rollout. Pull request #4490
- Dashboard NetFlow map now draws every arc instead of limiting to 26, showing all 4,799 conversations in 90-day windows. Pull request #4504
- Flow direction filters on StarRocks deployments now work, fixing broken Internal/Outbound/Inbound/External chips. Pull request #4503
- StarRocks schema now migrates automatically at core startup instead of requiring manual DDL application. Pull request #4494
- v1.4.68 released with stateful alert rule events now carrying affected device, triggering event details, and a link back to the triggering event. Release
- v1.4.67 released with new CNPG clusters bootstrapping their database and core health events no longer reporting hourly healthy-to-healthy changes. Release
- NetFlow summary computation refactored to be testable without a database, enabling unit testing of previously database-only code. Pull request #4500
- NetFlow geo heatmap on StarRocks deployments now resolves country breakdowns through the GeoIP cache instead of failing on unsupported fields. Pull request #4497
Why it matters
StarRocks integration is now production-ready for NetFlow and telemetry, automatically handling schema setup and fixing critical query failures that blocked deployments. Core performance on the Network Flows page improved dramatically by collapsing serial queries, and map visualizations now show complete data instead of truncating to arbitrary limits.
Changelog entry
- Analytics: StarRocks warehouse now serves NetFlow and telemetry data as opt-in alternative to CNPG Pull request #4485
- Web: Network Flows page collapsed 14 serial loaders into 1 query Pull request #4499
- Core: Topology graph replaced with Dgraph, keeping AGE as shadow during rollout Pull request #4490
- Web: Dashboard NetFlow map now renders every arc instead of top 26 Pull request #4504
- SRQL: Flow direction filters now work on StarRocks deployments Pull request #4503
- Analytics: StarRocks schema auto-migrates at core startup Pull request #4494
- Analytics: NetFlow country breakdowns on StarRocks use GeoIP cache Pull request #4497
- Web: Sankey top edges now ranked over full window instead of 200-row limit Pull request #4502
- Web: Dashboard map draws every geolocated place reached by NetFlow Pull request #4501
- v1.4.68: Stateful alert rule events carry affected device and link to triggering event Release
- v1.4.67: New CNPG clusters bootstrap database; core health events stop reporting hourly healthy-to-healthy changes Release
v1.4.67–68 shipped. StarRocks now serves NetFlow and telemetry. Network Flows page 14× faster. Dashboard maps show all arcs. Flow direction queries work on StarRocks. Schema auto-migrates. Alerts carry device context.
v1.4.67–68 brings StarRocks to production for NetFlow and telemetry warehousing with automatic schema migration. The Network Flows page went from 14 serial queries to 1, fixing perceived slowness on fast warehouses. Dashboard maps now render complete data instead of truncated samples. Flow direction filters and country breakdowns work on StarRocks deployments. Alert events now carry device context and links to triggering events.