forked from cortexproject/cortex
-
Notifications
You must be signed in to change notification settings - Fork 0
cortex config json schema #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
CharlieTLe
wants to merge
54
commits into
master
Choose a base branch
from
cortex-config-json-schema
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Define governance model for sub-projects. Signed-off-by: Charlie Le <[email protected]>
Fixes: cortexproject#6684 Signed-off-by: Charlie Le <[email protected]>
Signed-off-by: Charlie Le <[email protected]>
…s-typos docs: fix typos in configuration/arguments.md
Signed-off-by: Charlie Le <[email protected]>
### 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]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: guy.gold <[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]>
…rtexproject#6924) Signed-off-by: yeya24 <[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]>
…#6925) Signed-off-by: SungJin1212 <[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]>
Signed-off-by: Daniel Deluiggi <[email protected]>
…bproj Update GOVERNANCE.md
…atch-2 Update roadmap.md
…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]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[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>
Signed-off-by: yeya24 <[email protected]>
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]>
Signed-off-by: rubywtl <[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]>
Signed-off-by: Erlan Zholdubai uulu <[email protected]>
* 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]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: Daniel Deluiggi <[email protected]>
Signed-off-by: yeya24 <[email protected]>
Twilio uses Cortex! Signed-off-by: avleentwilio <[email protected]>
…playing (cortexproject#6945) Signed-off-by: SungJin1212 <[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]>
Signed-off-by: SungJin1212 <[email protected]>
Signed-off-by: SungJin1212 <[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]>
Signed-off-by: Ahmed Hassan <[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]>
Signed-off-by: Charlie Le <[email protected]>
733d155
to
647fe9f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
golang.org/x/exp/slices
with stdlibslices
(Replacegolang.org/x/exp/slices
with stdlibslices
cortexproject/cortex#6657)noOpInterner
in case string interning is disabled cortexproject/cortex#6705)ResourceMonitor
module in Cortex, and addResourceBasedLimiter
in Ingesters and StoreGateways (AddResourceMonitor
module in Cortex, and addResourceBasedLimiter
in Ingesters and StoreGateways cortexproject/cortex#6674)query-parquet-files
to 'enable_parquet_queryable' cortexproject/cortex#6762)queryStoreAfter
config for parquet querier (Update parquet common + fixqueryStoreAfter
config for parquet querier cortexproject/cortex#6799)What this PR does:
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]