Skip to content

Commit

Permalink
Update pkg/api/query/v1.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kemal Akkoyun <kakkoyun@users.noreply.github.com>
  • Loading branch information
bill3tt and kakkoyun committed Jun 3, 2021
1 parent 8d5119b commit 0901471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/query/v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ func NewExemplarsHandler(client exemplars.UnaryClient, enablePartialResponse boo
}

tracing.DoInSpan(ctx, "retrieve_exemplars", func(ctx context.Context) {
exemplarsData, exemplarWarnings, exemplarError = client.Exemplars(r.Context(), req)
exemplarsData, exemplarWarnings, exemplarError = client.Exemplars(ctx, req)
})

if exemplarError != nil {
Expand Down

0 comments on commit 0901471

Please sign in to comment.