Create an specific health check endpoint for the UDP tracker #543
josecelano
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We check if the UDP tracker is running by making a
connection
request.See https://github.com/torrust/torrust-tracker/blob/develop/src/servers/health_check_api/handlers.rs#L90-L113
But that leads to having non-accurate data in the statistics:
Especially if you enable a monitoring system using the healthcheck endpoint as we did for the torrust demo.
My first idea was to implement a new UDP protocol request type. I did not do it because we are using the aquatic UDP crate.
I do not think it's a very important issue, but it could be an additional reason to implement our own UDP tracker in the future.
cc @WarmBeer @da2ce7
Beta Was this translation helpful? Give feedback.
All reactions