kuzzleio / kuzzle-plugin-prometheus

Monitor your Kuzzle application with Prometheus
Apache License 2.0
4 stars 0 forks source link

Active connections to kuzzle #4

Closed andrewmunro closed 5 years ago

andrewmunro commented 5 years ago

We get how many rooms have been created with kuzzle, but we don't actually have a metric for how many individual connections each kuzzle node is currently handling.

Could we get this added?

alexandrebouthinon commented 5 years ago

Hi @andrewmunro, we added the connection:new and connection:remove in Kuzzle 1.10 . I'll implement that new metric soon :+1:

andrewmunro commented 5 years ago

Awesome 🎉 !

alexandrebouthinon commented 5 years ago

It's released https://github.com/kuzzleio/kuzzle-plugin-prometheus/releases/tag/1.2.0