Skip to content

Module timeseries Roadmap

github-actions[bot] edited this page Aug 31, 2026 · 1 revision

Timeseries Module Roadmap

Current Status

Production-capable timeseries runtime exists for ingest, Gorilla compression, adaptive flush, query/downsampling, retention, remote-write, and encrypted chunk handling.

In Progress

  • [~] hardening adaptive flush and high-ingest behavior under sustained concurrency pressure (Target: Q3 2026)
  • [~] improving diagnostics consistency across ingest, query, and retention stages (Target: Q3 2026)
  • [~] stabilizing benchmark-backed release guardrails for timeseries hot paths (Target: Q3 2026)

Planned Features

Short-term (3-6 months)

  • tighten deterministic behavior for remote-write and encrypted chunk edge scenarios (Target: Q4 2026)
  • expand stress coverage for mixed ingest/query/downsampling workloads (Target: Q4 2026)
  • improve operator-facing diagnostics for retention and flush incidents (Target: Q4 2026)

Mid-term (6-12 months)

  • re-baseline p95/p99 envelopes for ingest, range-query, and flush-sensitive paths (Target: Q1 2027)
  • broaden benchmark depth for remote-write and lifecycle workload diversity (Target: Q1 2027)
  • harden long-run reliability under sustained timeseries load (Target: Q1 2027)

Implementation Phases

Phase 1: Design / API Contract

  • freeze timeseries ingest/query/lifecycle contracts for current major line (Completed 2026-07-29)
  • define explicit error taxonomy for flush, query, and retention incidents (Completed 2026-07-29)

Phase 2: Core Implementation

  • complete hardening for TSStore, flush controller, and query internals (Target: Q4 2026)
  • align encrypted chunk and remote-write behavior to bounded runtime contracts (Target: Q4 2026)

Phase 3: Error Handling and Edge Cases

  • standardize fail-safe behavior for buffer pressure, retention faults, and remote-write validation errors (Target: Q4 2026)
  • unify diagnostics across ingest, lifecycle, and integration incident classes (Target: Q4 2026)

Phase 4: Tests

  • expand focused regressions for adaptive flush, range-query, and encryption edge scenarios (Completed 2026-07-29 — test_timeseries_contract_hardening_focused.cpp, TSCH-01..TSCH-16)
  • extend deterministic stress fixtures for concurrent ingest/query workloads (Completed 2026-07-29)

Phase 5: Performance and Hardening

  • lock benchmark-backed release gates for timeseries hot paths (Completed 2026-07-29 — bench_timeseries_release_gates.cpp, TSRG-01..TSRG-06)
  • validate p95/p99 and throughput behavior against release baselines (Completed 2026-08-07)

Phase 6: Documentation and Acceptance

  • core timeseries module docs aligned to source-verifiable behavior (Completed 2026-08-07)
  • roadmap/future planning separated from historical changelog entries (Completed 2026-08-07)
  • timeseries_api_contract.h frozen contract header published (Completed 2026-07-29)
  • PHASE_6_ACCEPTANCE_CHECKLIST.md created with all acceptance criteria (Completed 2026-08-07)
  • operator documentation complete including tuning guide and troubleshooting (Completed 2026-08-07)
  • performance characteristics documented in PERFORMANCE_EXPECTATIONS.md (Completed 2026-08-07)

Production Readiness Checklist

  • core timeseries surfaces documented and source-verified
  • module-level security and failure behavior documented
  • benchmark mapping documented in performance expectations
  • timeseries_api_contract.h frozen contract header (Phase 1 closure, 2026-07-29)
  • test_timeseries_contract_hardening_focused.cpp — TSCH-01..TSCH-16 (Phase 4 closure, 2026-07-29)
  • bench_timeseries_release_gates.cpp — TSRG-01..TSRG-06 gate benchmarks (Phase 5 closure, 2026-07-29)
  • remaining hardening tasks closed for ingest/flush/lifecycle edge paths
  • release benchmark stabilization complete

Known Issues and Limitations

  • runtime behavior depends on workload shape, flush configuration, and storage profile.
  • selected flush, retention, and encrypted chunk edge scenarios need continued hardening.
  • benchmark depth should continue expanding for broader timeseries workloads.

Breaking Changes

No breaking timeseries contract planned. Any contract-breaking change requires migration notes and changelog entry before merge.

Program Execution Model — Wave Context

This module is a contributing module in the program-level Wave A → B → C → D execution model. It does not own a primary wave deliverable but must remain release_critical-green throughout all waves and must deliver Wave D operability improvements in Q1 2027. See [[../../ROADMAP.md|ROADMAP]] for the full wave model and exit criteria.

Wave D Contribution for timeseries

  • Deliver or validate distributed tracing, high-cardinality stress coverage, exporter reliability, and operator remediation hints as applicable to this module (Target: Q1 2027)
  • Contribute to or validate long-duration soak test coverage for this module's primary paths (Target: Q1 2027)
  • Ensure runbook coverage for operator-critical scenarios in this module (Target: Q1 2027)

Cross-Wave Requirements

  • release_critical CI must remain green on develop throughout all waves (Target: ongoing)
  • p95/p99 benchmarks must be refreshed on representative hardware before Wave D sign-off (Target: Q1 2027)
  • No behavioral regression may be introduced into modules in Wave A/B/C scope from changes in this module.

Program-Level Success Criteria (contribution)

  • This module's distributed/acceleration paths fail closed (Target: Q1 2027)
  • Benchmark-backed p95/p99 baselines exist on representative hardware (Target: Q1 2027)
  • Operator-critical paths have diagnostics, alerts, and runbooks (Target: Q1 2027)

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally