Skip to content

Commit

Permalink
fix(chstorage): pass label mapping callback
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Dec 7, 2023
1 parent cb30d4d commit 29f41c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/chstorage/querier_metrics_exemplars.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ func (q *Querier) ExemplarQuerier(ctx context.Context) (storage.ExemplarQuerier,
return &exemplarQuerier{
ctx: ctx,

ch: q.ch,
tables: q.tables,
ch: q.ch,
tables: q.tables,
getLabelMapping: q.getLabelMapping,

tracer: q.tracer,
}, nil
}
Expand Down

0 comments on commit 29f41c1

Please sign in to comment.