Coalesce read configuration for recent data cutoff#6507
Coalesce read configuration for recent data cutoff#6507electron0zero merged 4 commits intografana:mainfrom
Conversation
`query_frontend.search.query_ingesters_until` is removed in favor of only `query_frontend.search.query_backend_after`
| reqCh := make(chan pipeline.Request, s.cfg.IngesterShards+1) | ||
|
|
||
| // build request to search ingesters based on query_ingesters_until config and time range | ||
| // build request to search ingesters based on query_backend_after config and time range |
There was a problem hiding this comment.
There are still references to ingesters. I'm leaving them to not conflict with when this code is cleaned up.
|
Codex Review: Didn't find any major issues. Delightful! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
| ifneq ($(GIT_COMMON_DIR),.git) | ||
| WORKTREE_DOCKER_MOUNT := -v $(GIT_COMMON_DIR):$(GIT_COMMON_DIR) | ||
| endif | ||
| endif |
| max_result_limit: 0 | ||
| max_duration: 168h0m0s | ||
| query_backend_after: 15m0s | ||
| query_ingesters_until: 30m0s |
There was a problem hiding this comment.
Is this definitely cleared out of JSonnet? Pods crashloop on unknown param IIRC
There was a problem hiding this comment.
I get only docs results for the config now.
| * [CHANGE] Remove all traces of ingesters from the dashboards [#6352](https://github.com/grafana/tempo/pull/6352) (@javiermolinar) | ||
| * [CHANGE] **BREAKING CHANGE** tempo-cli: Support relative time (now, now-1h) for start/end args and standardize on RFC3339 in all commands. [#6458](https://github.com/grafana/tempo/pull/6458) (@electron0zero) | ||
| `query search` command no longer accepts timestamps without timezone (e.g. `2024-01-01T00:00:00`), use RFC3339 (e.g. `2024-01-01T00:00:00Z`) or relative time instead. | ||
| * [CHANGE] **BREAKING CHANGE** Coalesce read configuration for recent data cutoff. `query_frontend.search.query_ingesters_until` is removed in favor of only `query_frontend.search.query_backend_after`. [#](https://github.com/grafana/tempo/pull/) (@mapno) |
There was a problem hiding this comment.
Nit: "consolidate" is a better word in this context
What this PR does:
query_frontend.search.query_ingesters_untilis removed in favor of onlyquery_frontend.search.query_backend_after.query_frontend.search.query_ingesters_untilcould be updated for v3.0 to reference live-stores, but having both parameters is. redundant.This PR also contains a change to the tools image to support git worktrees.
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]