Sam Roberts

Results 130 comments of Sam Roberts

I am updating strong-supervisor to appmetrics@2, thanks for pointing that out. node-report isn't builtin to any version of appmetrics, AFAICT

> ok, so that means the node-report has not been built as part of the installation when using apiconnect release process. I've not seen that process, is it something you...

@NikCanvin @tobespc I think this issue comment thread went sideways. The issue isn't whether node-report will be available, its what the UX will be when it is not available. The...

related: https://github.com/nodejs/node/issues/11496#issuecomment-281738538

Seems like a useful feature of appmetrics itself, or some addon, but shouldn't require a UI dashboard. In particular, it shouldn't involve UI interaction with every single uservice after it...

That's interesting, I would expect it to happen for attach() or monitor() (since attach just calls monitor). Perhap the difference is between monitor's two modes, the "create an internal express/http...

Also, appmetrics is generally expected to be the first module required, which makes it awkward when its required internally by appmetrics-dash, and appmetrics-dash allows an http server to be injected,...

@mattcolegate the OP is using node cluster. I believe the -dash will not work under this configuration, because a single TCP/HTTP port is going to randomly receive requests from different...

In the meantime, what are the other options for subscribing to appmetrics data: I think appmetrics-elk and/or appmetrics-statsd would be better, with an external dashboard, it would be getting information...