You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: langserver/server.go
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ type server struct {
56
56
57
57
config*Config
58
58
59
-
prometheusClient promClient.Client
59
+
metadataService promClient.MetadataService
60
60
61
61
lifetime context.Context
62
62
exitfunc()
@@ -80,12 +80,12 @@ func (s Server) Run() error {
80
80
// CreateHeadlessServer creates a locked down server instance for the REST API.
81
81
//
82
82
// "locked down" in this case means, that the instance cannot send or receive any JSONRPC communication. Logging messages that the instance tries to send over JSONRPC are redirected to stderr.
0 commit comments