Skip to content

Conversation

CharlieTLe
Copy link
Owner

What this PR does:

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

CharlieTLe and others added 30 commits July 23, 2025 14:20
Define governance model for sub-projects.

Signed-off-by: Charlie Le <[email protected]>
Fixes: cortexproject#6684

Signed-off-by: Charlie Le <[email protected]>
…s-typos

docs: fix typos in configuration/arguments.md
### Main fixes applied:

1. **Line 5**: Fixed "long term storage" → "long-term storage" (consistency with hyphenation)

2. **Line 12**: Fixed "Long term storage" → "Long-term storage" (consistency with hyphenation)

3. **Line 126**: Fixed "the AMP" → "AMP" (removed unnecessary article - "the" before abbreviation when referring to the service directly)

4. **Line 126**: Fixed "managed monitoring for your containers" → "managed monitoring service for your containers" (added missing word "service" for clarity)

### Minor grammar improvements:

- **Hyphenation consistency**: Made sure "long-term" is consistently hyphenated throughout
- **Article usage**: Corrected the use of "the" before abbreviations where it wasn't needed
- **Completeness**: Added missing words to make sentences grammatically complete

The document now has consistent terminology, proper grammar, and professional language throughout. All the technical content, links, and formatting remain intact while the language is now more polished and consistent.

Signed-off-by: Charlie Le <[email protected]>
* first draft parquet guide

Signed-off-by: alanprot <[email protected]>

* Removing some not needed sections

Signed-off-by: alanprot <[email protected]>

* adding why

Signed-off-by: alanprot <[email protected]>

* adding why

Signed-off-by: alanprot <[email protected]>

* addressing comments

Signed-off-by: alanprot <[email protected]>

* Adding cache section

Signed-off-by: alanprot <[email protected]>

* run make clean-white-noise

Signed-off-by: alanprot <[email protected]>

* removing one tip that does not make much sense

Signed-off-by: alanprot <[email protected]>

---------

Signed-off-by: alanprot <[email protected]>
…oject#6920)

* add configuration to disallow parquet fallback to store gateway

Signed-off-by: yeya24 <[email protected]>

* make parquet consistency check error as a function

Signed-off-by: yeya24 <[email protected]>

* changelog

Signed-off-by: yeya24 <[email protected]>

* disable parquet fallback

Signed-off-by: yeya24 <[email protected]>

---------

Signed-off-by: yeya24 <[email protected]>
* Exposing parquet configs

Signed-off-by: alanprot <[email protected]>

* rebase + document the parquet_queryable_fallback_disabled option

Signed-off-by: alanprot <[email protected]>

* some small improvements on the parqute guide

Signed-off-by: alanprot <[email protected]>

---------

Signed-off-by: alanprot <[email protected]>
* add zstd and snappy compression for query api

Signed-off-by: Ahmed Hassan <[email protected]>

* parse X-Uncompressed-Length only if header exists

Signed-off-by: Ahmed Hassan <[email protected]>

* fix formatting

Signed-off-by: Ahmed Hassan <[email protected]>

* refactor query decompression

Signed-off-by: Ahmed Hassan <[email protected]>

* ensure zstd reader is closed after decompression

Signed-off-by: Ahmed Hassan <[email protected]>

* add tests for zstd and snappy compression

Signed-off-by: Ahmed Hassan <[email protected]>

* update changelog

Signed-off-by: Ahmed Hassan <[email protected]>

* update docs

Signed-off-by: Ahmed Hassan <[email protected]>

* apply query response size limit after decompression if header is missing

Signed-off-by: Ahmed Hassan <[email protected]>

* fix formatting

Signed-off-by: Ahmed Hassan <[email protected]>

---------

Signed-off-by: Ahmed Hassan <[email protected]>
Signed-off-by: Ahmed Hassan <[email protected]>
* Expose DetailedMetricsEnabled for all ring configs

Signed-off-by: Daniel Deluiggi <[email protected]>

* changelog

Signed-off-by: Daniel Deluiggi <[email protected]>

---------

Signed-off-by: Daniel Deluiggi <[email protected]>
…s services (cortexproject#6895)

* add request ID injection to context to enable tracking reqeusts across downstream services

Signed-off-by: Erlan Zholdubai uulu <[email protected]>

* copy logging headers map to avoid concurrent write access for backwards compatibility case

Signed-off-by: Erlan Zholdubai uulu <[email protected]>

---------

Signed-off-by: Erlan Zholdubai uulu <[email protected]>
…oject#6898)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixing typo

Signed-off-by: Charlie Le <[email protected]>
k logs cortex-parquet-converter-0
error loading config from /etc/cortex/cortex.yaml: Error parsing config file: yaml: unmarshal errors:
  line 59: cannot unmarshal !!str `100MB` into int
  line 60: cannot unmarshal !!str `1GB` into int

Signed-off-by: Charlie Le <[email protected]>
…project#6937)

* update parquet common and expose parquet labels cache config

Signed-off-by: yeya24 <[email protected]>

* update docs

Signed-off-by: Ben Ye <[email protected]>

---------

Signed-off-by: yeya24 <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
SungJin1212 and others added 24 commits August 6, 2025 00:30
* Change prometheus image of TestNativeHistogramFuzz

Signed-off-by: SungJin1212 <[email protected]>

* Add prometheus v3.5.0 to preload image

Signed-off-by: SungJin1212 <[email protected]>

* Delete unused prometheus images

Signed-off-by: SungJin1212 <[email protected]>

---------

Signed-off-by: SungJin1212 <[email protected]>
* Support remote write v2 by converting request

Signed-off-by: SungJin1212 <[email protected]>

* Change to not break exist behavior

Signed-off-by: SungJin1212 <[email protected]>

* Add benchmarks

Signed-off-by: SungJin1212 <[email protected]>

* rebase from stream connection

Signed-off-by: SungJin1212 <[email protected]>

* Change to expose header at Distributor side

Signed-off-by: SungJin1212 <[email protected]>

* get rebase

Signed-off-by: SungJin1212 <[email protected]>

* Change distributor.remote-write2-enabled naming

Signed-off-by: SungJin1212 <[email protected]>

---------

Signed-off-by: SungJin1212 <[email protected]>
…6950)

* update weaveworks common to bring channelz monitoring

Signed-off-by: yeya24 <[email protected]>

* update docs

Signed-off-by: Ben Ye <[email protected]>

* update changelog

Signed-off-by: yeya24 <[email protected]>

---------

Signed-off-by: yeya24 <[email protected]>
Signed-off-by: Ben Ye <[email protected]>
* update parquet common library to latest

Signed-off-by: yeya24 <[email protected]>

* fix test

Signed-off-by: yeya24 <[email protected]>

---------

Signed-off-by: yeya24 <[email protected]>
Twilio uses Cortex!

Signed-off-by: avleentwilio <[email protected]>
…#6962)

* extend block finder get blocks interface with matchers

Signed-off-by: yeya24 <[email protected]>

* fix build

Signed-off-by: yeya24 <[email protected]>

* fix tests

Signed-off-by: yeya24 <[email protected]>

---------

Signed-off-by: yeya24 <[email protected]>
…-to-integration_remote_write_v2

Add integration_remote_write_v2 to build-tags
…prometheus

Update prometheus to main (1e4144a496fb552bde5e3b325422b10707ac331e)
* publish query dynamic splitting blog post

Signed-off-by: Ahmed Hassan <[email protected]>

* fix author id

Signed-off-by: Ahmed Hassan <[email protected]>

* update config doc

Signed-off-by: Ahmed Hassan <[email protected]>

* blog post small edits

Signed-off-by: Ahmed Hassan <[email protected]>

---------

Signed-off-by: Ahmed Hassan <[email protected]>
* Add EnableTypeAndUnitLabels flag to add type and unit label

Signed-off-by: SungJin1212 <[email protected]>

* fix lint

Signed-off-by: SungJin1212 <[email protected]>

---------

Signed-off-by: SungJin1212 <[email protected]>
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.7 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.7...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Vulnerabilities:
* CVE-2025-47907 - Fixed by Go 1.24.6
* CVE-2025-4674 - Fixed by Go 1.24.5
* CVE-2025-22874 - Fixed by Go 1.24.4
* CVE-2025-0913 - Fixed by Go 1.24.4
* CVE-2025-4673 - Fixed by Go 1.24.4

---------

Signed-off-by: Justin Holcomb <[email protected]>
* Chore: use Go 1.24.6 build image

---------

Signed-off-by: Justin Holcomb <[email protected]>

* Doc: update CHANGELOG with Go 1.24.6 enhancement

---------

Signed-off-by: Justin Holcomb <[email protected]>

---------

Signed-off-by: Justin Holcomb <[email protected]>
* Add support for /api/v1/parse_query API (experimental)

Signed-off-by: Siddarth Gundu <[email protected]>

* Integration: Add test for parse query API

Signed-off-by: Siddarth Gundu <[email protected]>

* docs: fix typo of format query api in the endpoints table

Signed-off-by: Siddarth Gundu <[email protected]>

* update changelog

Signed-off-by: Siddarth Gundu <[email protected]>

* move entry for proper grouping

Signed-off-by: Siddarth Gundu <[email protected]>

---------

Signed-off-by: Siddarth Gundu <[email protected]>
Signed-off-by: Charlie Le <[email protected]>
@CharlieTLe CharlieTLe force-pushed the cortex-config-json-schema branch from 733d155 to 647fe9f Compare August 23, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky test: "replication_set_should_not_change_if_ring_did_not_change,_when_num_of_instance_per_zone_is_inconsistent"