sjanuary
sjanuary
I'm not sure where these are coming from but it would be good to look into it and get rid of them if we can. ``` 2017-09-21 10:40:45.922 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData():...
``` Error: Can't set headers after they are sent. at validateHeader (_http_outgoing.js:491:11) at ServerResponse.setHeader (_http_outgoing.js:498:3) at expressInit (/node_modules/express/lib/middleware/init.js:30:42) at Layer.handle [as handle_request] (/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/node_modules/express/lib/router/index.js:317:13) at /node_modules/express/lib/router/index.js:284:7 at Function.process_params...
It would be good to add memory usage and event loop times to the **Resource Usage** table
Using SVG text element which doesn't auto wrap. Needs implementing or rewriting as an html table (not sure if possible). At minimum as a temporary workaround we could add a...
There have been a couple of requests in the Express project for supporting named routes, https://github.com/expressjs/express/issues/2746 and https://github.com/expressjs/express/issues/2739. This PR enables a name to be used when a route is...
This is my sample app: ``` require('appmetrics-zipkin')({ host: 'localhost', port: 9411, serviceName:'frontend', sampleRate: 1.0 }); var http = require('http'); const port = 3000; const requestHandler = (request, response) => {...
https://mvnrepository.com/artifact/com.ibm.runtimetools/javametrics-dash/1.0.2 contains a code snippet that shows how to add javametrics-dash as a dependency. It is ``` com.ibm.runtimetools javametrics-dash 1.0.2 ``` but should be ``` com.ibm.runtimetools javametrics-dash 1.0.2 war ```