Skip to content

Commit

Permalink
Update roadmap with short-term and long-term plans
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe authored Jan 4, 2025
1 parent cfc6ecb commit b3273ff
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This document highlights some ideas for major features we'd like to implement in
To get a more complete overview of planned features and current work, see the [issue tracker](https://github.com/cortexproject/cortex/issues).
Note that these are not ordered by priority.

## CNCF Graduation Status
Last updated: January 4, 2025

Cortex was accepted to the CNCF on September 20, 2018 and moved to the Incubating maturity level on August 20, 2020. The Cortex maintainers are working towards promoting the project to the graduation status. See [issue #6075](https://github.com/cortexproject/cortex/issues/6075) for tracking this progress.
## Short-term (< 6 months)

## Support for Prometheus Remote Write 2.0
### Support for Prometheus Remote Write 2.0

[Prometheus Remote Write 2.0](https://prometheus.io/docs/specs/remote_write_spec_2_0/)

Expand All @@ -22,3 +22,18 @@ Cortex was accepted to the CNCF on September 20, 2018 and moved to the Incubatin
* adds mandatory X-Prometheus-Remote-Write-*-Written HTTP response headers for reliability purposes

For more information tracking this, please see [issue #6116](https://github.com/cortexproject/cortex/issues/6116).

## Long-term (> 6 months)

### CNCF Graduation Status

Cortex was accepted to the CNCF on September 20, 2018 and moved to the Incubating maturity level on August 20, 2020. The Cortex maintainers are working towards promoting the project to the graduation status.

For more information tracking this, please see [issue #6075](https://github.com/cortexproject/cortex/issues/6075).

### Downsampling

[Downsampling](https://thanos.io/tip/components/compact.md/#downsampling) means storing fewer samples, e.g. one per minute instead of one every 15 seconds.
This makes queries over long periods more efficient. It can reduce storage space slightly if the full-detail data is discarded.

For more information tracking this, please see [issue #4322](https://github.com/cortexproject/cortex/issues/4322).

0 comments on commit b3273ff

Please sign in to comment.