socket.io-prometheus-metrics icon indicating copy to clipboard operation
socket.io-prometheus-metrics copied to clipboard

Socket.IO prometheus metrics exporter written in typescript

Results 10 socket.io-prometheus-metrics issues
Sort by recently updated
recently updated
newest added

Is it possible to add a time per event metric? At the moment the module is reporting counters for the events received / sent and for the bytes. I don't...

enhancement
v2

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...

dependencies

socket.io ^4.3.1 socket.io-prometheus-metrics ^1.0.6 typescript ^4.4.4 Error: Object.keys(this.ioServer.nsps).forEach((nsp) => this.bindNamespaceMetrics(this.ioServer, nsp)); ^ TypeError: Cannot convert undefined or null to object Entiendo que en Socket.io 4.3x no es nsps, sino _nsps

https://github.com/UNIwise/socket.io-prometheus-metrics/issues/12 I've done this on the v2 branch since that seems to be were the development is - I hope that is okay.

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.2.0 to 2.4.0. Release notes Sourced from socket.io's releases. 2.4.0 Related blog post: https://socket.io/blog/socket-io-2-4-0/ Features (from Engine.IO) add support for all cookie options (19cc582) disable perMessageDeflate by...

dependencies

Out of all emit possibilities only socket based ones are supported // sending to the client socket.emit('hello', 'can you hear me?', 1, 2, 'abc'); // sending to all clients except...

enhancement
v2

In my app I have multiple sockets (one to the browser, one to an internal service and so on). This is a problem when using this client as `prom-client` gives...

enhancement
v2

I have tested this using [jitsi](https://github.com/jitsi/excalidraw-backend) project and did not get any build or other errors Some screenshots from jitsi project