express-status-monitor icon indicating copy to clipboard operation
express-status-monitor copied to clipboard

heap && loop

Open sell opened this issue 4 years ago • 3 comments

I am unable to disable these two, I tried setting to false but won't work, still loads.

sell avatar Aug 07 '20 07:08 sell

Also when you run a health check for another domain, and click on the path, it takes you to the path of the current server.

here is code:

healthChecks: [{
        protocol: 'https',
        host: 'no-api-key.com',
        path: '/'
    },{
        protocol: 'https',
        host: 'no-api-key.com',
        path: '/api/v1'
    }]

image

and if I was to click on / or /api/v1 it will direct me to localhost:5000/ not no-api-key.com/

sell avatar Aug 07 '20 08:08 sell

visibility of loop works for me, made a fix for heap -> #165

skillor avatar May 02 '21 19:05 skillor

visibility of loop works for me, made a fix for heap -> #165

Visibility of eventLoop seems to not work as well. See https://github.com/RafalWilinski/express-status-monitor/pull/165#pullrequestreview-965428798

lamweili avatar May 08 '22 11:05 lamweili