We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcf809 commit 5078ca1Copy full SHA for 5078ca1
ghcide/src/Development/IDE/Main.hs
@@ -321,6 +321,7 @@ defaultMain Arguments{..} = do
321
322
server <- fmap join $ for argsMonitoringPort $ \p -> do
323
store <- Monitoring.newStore
324
+ Monitoring.registerGcMetrics store
325
let startServer = Monitoring.forkServerWith store "localhost" (fromIntegral p)
326
-- this can fail if the port is busy, throwing an async exception back to us
327
-- to handle that, wrap the server thread in an async
0 commit comments