diff --git a/command/server/server.go b/command/server/server.go index 2c06804cc6..09f33d4c80 100644 --- a/command/server/server.go +++ b/command/server/server.go @@ -213,11 +213,6 @@ func (s *Server) setupGRPCServer(addr string) error { return nil } -func (s *Server) StartPrometheus(address string, enabled bool) error { - - return nil -} - func (s *Server) withLoggingUnaryInterceptor() grpc.ServerOption { return grpc.UnaryInterceptor(s.loggingServerInterceptor) }