Matt Colegate

Results 26 comments of Matt Colegate

Hi @abhay40711cs , I don't know about Promethesus but [appmetrics](https://github.com/RuntimeTools/appmetrics) (which appmetrics-dash uses under the covers to gather data) can be run in [File Collection Mode](https://github.com/RuntimeTools/appmetrics/wiki/Using-file-collection-mode-in-Node-Application-Metrics) which will store data...

The work to add the button is trivial, but the underlying function is not - see the linked issue above. Putting this in the icebox until such time as the...

@tobespc Given the connected PRs have gone into the 3.0 milestone, should this issue also be in the 3.0 milestone?

Hi @yharish991, appmetrics will only monitor individual node instances, so each of your 8 would have to have separate appmetrics-dash instances. I believe that Bluemix Availability Monitoring works with clusters,...

Hi @hotam-singh , do you have a simple test case that replicates the problem that we can work on?

@hotam-singh without seeing all your code this is a hard one to diagnose, and I don't really have the time to investigate what pg-promise is and construct my own test...

Thanks for this. The solution would be to update our depenceny to a version of `node-gyp` that doesn't require a version of `request`. I notice that https://github.com/nodejs/node-gyp/blob/master/package.json still requires `request`...

Acording to https://github.com/request/request/issues/2640 it looks like all versions of `request` are vulnerable. Solution is therefore to get `node-gyp` to move away from `request`. It looks like they already have an...

Best handled by raising issues on https://github.com/IBM/node-ibmapm-restclient and https://github.com/godaddy/kubernetes-client

Hi @donacarr, looks like this is going into node-gyp v8.0.0 https://github.com/nodejs/node-gyp/pull/2346 - when that version releases we can start looking to pull it into appmetrics