fix: add intrumentation for auth server grpc client (#110875)

This commit is contained in:
Mustafa Sencer Özcan
2025-09-10 17:33:21 +02:00
committed by GitHub
parent 338fc84479
commit b8b85fbf47
4 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ func (s *service) starting(ctx context.Context) error {
}
}
authzClient, err := authz.ProvideStandaloneAuthZClient(s.cfg, s.features, s.tracing)
authzClient, err := authz.ProvideStandaloneAuthZClient(s.cfg, s.features, s.tracing, s.reg)
if err != nil {
return err
}