RafalWilinski / express-status-monitor

🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
https://dynobase.dev/
MIT License
3.61k stars 255 forks source link

heap && loop #149

Open sell opened 4 years ago

sell commented 4 years ago

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

sell commented 4 years ago

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/

skillor commented 3 years ago

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

lamweili commented 2 years ago

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