Skip to content

Commit

Permalink
Revert "vendor: golang.org/x/[email protected]"
Browse files Browse the repository at this point in the history
This reverts commit 4e6335e.
  • Loading branch information
brandond committed May 30, 2024
1 parent f985b17 commit 413b13d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,13 @@ func New(ctx context.Context, config *srvconfig.Config) (*Server, error) {
}

serverOpts := []grpc.ServerOption{
grpc.StatsHandler(otelgrpc.NewServerHandler()),
grpc.StreamInterceptor(grpc_middleware.ChainStreamServer(
otelgrpc.StreamServerInterceptor(),
grpc_prometheus.StreamServerInterceptor,
streamNamespaceInterceptor,
)),
grpc.UnaryInterceptor(grpc_middleware.ChainUnaryServer(
otelgrpc.UnaryServerInterceptor(),
grpc_prometheus.UnaryServerInterceptor,
unaryNamespaceInterceptor,
)),
Expand Down

0 comments on commit 413b13d

Please sign in to comment.