Closed jamiebrynes7 closed 2 years ago
Could you also update the Metrics
part of the README.md
to document the new metric
There's a small script that will do that will generate the markdown for you, based on the contents of metrics.go
but you can also update it manually if you'd like!
Thanks for the PR, I'll send this out with the next release!
This PR adds a metric to track the currently connected client count.
I first looked at aggregating over the existing client metrics to derive this value.. but then realized it includes historical clients that may not be connected anymore!