UNIwise / socket.io-prometheus-metrics

Socket.IO prometheus metrics exporter written in typescript
Apache License 2.0
36 stars 17 forks source link

Update to support socket.io v3 #17

Closed grahammcculloch closed 2 years ago

grahammcculloch commented 3 years ago

socket.io v3 was released recently. It would be great if socket.io-prometheus-metrics was updated to support it.

naueramant commented 3 years ago

I am preparing for a major version 2 of this project. I can try to look into v3 and backward compatibility.

anaskhan96 commented 3 years ago

Hi @naueramant, are there any updates on this?

DataTables commented 3 years ago

I was just looking at this as well - you might need this issue to be fixed first to get the namespaces since they are now private in SocketIO 3+.

rafaferry commented 3 years ago

+1! I'm also want to use this lib with socket.io v3

naueramant commented 3 years ago

There seems to be an increasing interest in this so I will allocate some time for it soon.

naueramant commented 3 years ago

I was just looking at this as well - you might need this issue to be fixed first to get the namespaces since they are now private in SocketIO 3+.

Thanks for the information 🙂

okunishinishi commented 2 years ago

any update?

naueramant commented 2 years ago

@okunishinishi sorry for the low level of activity in here. I really don't have any time to allocate to this right now and as of now UNIwise don't need the features of v3 so we are not going to add the support right now.

Feel free to continue the work on the v2 branch or fork the repository and add the support.