Skip to content

Conversation

ruslan-mikhailov
Copy link
Contributor

What this PR does: backports #5549 for live-store to keep modules in sync

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]

@@ -609,23 +609,23 @@ func includeBlock(b *backend.BlockMeta, req *tempopb.SearchRequest) bool {
// searchTagValuesV2CacheKey generates a cache key for the searchTagValuesV2 request
// cache key is used as the filename to store the protobuf data on disk
func searchTagValuesV2CacheKey(req *tempopb.SearchTagValuesRequest, limit int, prefix string) string {
query := req.Query
var cacheKey string
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should probably leave these changes off. they will conflict when we attempt to merge this to main. only make the change in the live store?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+

@ruslan-mikhailov ruslan-mikhailov force-pushed the backport/bugfix/SearchTagValuesV2 branch from daaa9ba to 86d81d6 Compare August 20, 2025 15:13
@ruslan-mikhailov ruslan-mikhailov merged commit e08c6f6 into grafana:main-new-ingester Aug 22, 2025
37 of 38 checks passed
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.

2 participants