-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitoring of Backends #182
Comments
The signaling server (and -proxy) have a |
Thank you for your reply. Is there any configuration needed for this to work? As it does not seem to work OOB |
This should be working out-of-the box with 0.4.0 and newer for clients connecting from whitelisted IP addresses ( nextcloud-spreed-signaling/server.conf.in Line 226 in 414f78d
|
Example from my local dev setup:
|
Yep i've got it. I guess "signaling_hub_rooms" and "signaling_hub_sessions" gets only displayed if there are any? Right now i only see:
But there is no one using it right now. |
Yeah, some values only get created once the corresponding entry is used, i.e. a backend gets sessions / rooms or a room has sessions, e.g.:
This is because the metrics subsystem doesn't know about all possible values and it doesn't make sense to have all potential values in the output all the time, e.g. the sessions per room as shown above. Once the number of sessions in a room reach zero, the value is no longer returned. |
Thank you! :) May i find some time to contribute to this project and document at least some bits regarding the metrics. Cheers! |
I am getting an "authentication check failed" reply. Which headers must i include in the request? And can I find documentation about it somewhere? |
The metrics are documented here: Authentication is IP-based and must be configured in the nextcloud-spreed-signaling/server.conf.in Lines 264 to 267 in 8a53bab
|
Hi,
i trying to find a way to monitor the connections/users on each backend that i defined in the servers.conf. I tried to do it with some scripting and analysing the output but with no great luck. Is there any easy way to messure the current connection/user count for a specific backend or all backends overall?
The text was updated successfully, but these errors were encountered: