Patching bugs in v2.8#6218
Merged
ie-pham merged 5 commits intografana:release-v2.8from Jan 15, 2026
Merged
Conversation
… overrides section (grafana#5202) * fix configs that are always overrided with config overrides Signed-off-by: AvivGuiser <avivguiser@gmail.com> * update changelog Signed-off-by: AvivGuiser <avivguiser@gmail.com> * address comments Signed-off-by: AvivGuiser <avivguiser@gmail.com> * address comments from CR, use a boolean to represnt whether override has been used * add E2E test for enable messaging system latency histogram Signed-off-by: AvivGuiser <avivguiser@gmail.com> * add comments about new returns values of the service_graph options Signed-off-by: AvivGuiser <avivguiser@gmail.com> * Update integration/e2e/metrics_generator_test.go * align e2e test Signed-off-by: AvivGuiser <avivguiser@gmail.com> * add comments Signed-off-by: AvivGuiser <avivguiser@gmail.com> * add comments Signed-off-by: AvivGuiser <avivguiser@gmail.com> --------- Signed-off-by: AvivGuiser <avivguiser@gmail.com> Co-authored-by: Mario <mariorvinas@gmail.com>
…live trace period (grafana#5346) * Add concept of live trace max lifetime and use in local blocks Signed-off-by: Joe Elliott <number101010@gmail.com> * remove dead code Signed-off-by: Joe Elliott <number101010@gmail.com> * add live cut time to ingesters Signed-off-by: Joe Elliott <number101010@gmail.com> * live trace period Signed-off-by: Joe Elliott <number101010@gmail.com> * docs Signed-off-by: Joe Elliott <number101010@gmail.com> * changelog Signed-off-by: Joe Elliott <number101010@gmail.com> * clean up search tags e2e Signed-off-by: Joe Elliott <number101010@gmail.com> * more e2e patches Signed-off-by: Joe Elliott <number101010@gmail.com> * remove unnecessary asserts Signed-off-by: Joe Elliott <number101010@gmail.com> --------- Signed-off-by: Joe Elliott <number101010@gmail.com>
…rafana#5493) * frontend: return 400 if tag is invalid in SearchTagValuesV2 endpoint Before it was returning 500 because validation only happened in the querier, and the 400 from the querier was converted to 500 in the frontend. * Update changelog * Move validation to sharder * add e2e test
mdisibio
approved these changes
Jan 15, 2026
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
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.
What this PR does: Cherry picked bug fixes into this release
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]