Skip to content

Commit

Permalink
fix(chstorage): hash exemplar scope attributes too
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Jun 14, 2024
1 parent 2184b0a commit fa245c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/chstorage/querier_metrics_exemplars.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (q *exemplarQuerier) Select(startMs, endMs int64, matcherSets ...[]*labels.
key := seriesKey{
name: name,
attributes: attributes.Hash(),
scope: scope.Hash(),
resource: resource.Hash(),
}
s, ok := set[key]
Expand Down

0 comments on commit fa245c7

Please sign in to comment.