Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Dec 28, 2023
1 parent 67bcda5 commit ece525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruler/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (r *DefaultMultiTenantManager) getOrCreateNotifier(userID string, userManag
_ = ot.GlobalTracer().Inject(sp.Context(), ot.HTTPHeaders, ot.HTTPHeadersCarrier(req.Header))
return ctxhttp.Do(ctx, client, req)
},
}, log.With(r.logger, "user", userID))
}, log.With(r.logger, "user", userID), userManagerRegistry)

n.run()

Expand Down

0 comments on commit ece525c

Please sign in to comment.