added agent to server metrics (#1321)
This commit is contained in:
parent
19ac0480ee
commit
f603f40f43
8 changed files with 15 additions and 5 deletions
|
@ -12,6 +12,7 @@ const ID_REGEX = '([0-9a-fA-F]{10, 16})';
|
|||
module.exports = function(app, devServer) {
|
||||
const wsapp = express();
|
||||
expressWs(wsapp, null, { perMessageDeflate: false });
|
||||
routes(wsapp);
|
||||
wsapp.ws('/api/ws', require('../routes/ws'));
|
||||
wsapp.listen(8081, config.listen_address);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue