Results 29 comments of Chris Bailey

@abhay40711cs we're actually going to be supporting a Prometheus endpoint very shortly. Do you have any specific data that you'd like access to? (so that we can prioritise what to...

Currently we're looking at providing the following for HTTP: ``` # HELP http_request_duration_microseconds The HTTP request latencies in microseconds. # TYPE http_request_duration_microseconds summary  # HELP http_requests_total Total number of HTTP...

Hi @abhay40711cs. I can tell you that work is underway - I've got a very early WIP here: https://github.com/seabaylea/appmetrics-prometheus Note that we still haven't decided/determined whether we should add support...

Hi @abhay40711cs . Can you raise an issue in the appmetrics-prometheus project to make the endpoint configurable? If you have any suggestions on how you'd like to configure it, that...

Agreed - for any benchmark it will be important to only change one "component" (be that node.js/io.js or used module) at a time, so we know where the change in...

That looks like a good start. Is it worth adding a second test/extension that also adds in some require statements? And change to module load speed will affect the startup...

I _think_ we got down to staying with `0` where you're setting point (in the convenience case vs. a full address), because it means we don't have to deal with...

@aleksey-mashanov presumably you're referring to the fact that its an `@escaping` closure that doesn't actually escape the function? And yes - as @helje5 says, it looks like its not actually...

@aleksey-mashanov the concurrency model that exists for Swift is async based. What would be the driver for there to be support for both sync and async APIs?

There's been a couple of requests to move the project over from `develop` into `master` for just this reason. If no-one has any objections, I'm happy to do that.