-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup Datadog #3
Comments
Very nice!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've set up the Datadog agent on the live demo server.
I was wondering if I could get stats like this: https://www.gbitt.info/ just by reading the tracker logs.
Tracker container logs are like this:
In the end, it was very easy. I only needed to install the Datalog agent and add support for docker and I was able to get a graph with the UDP announce requests per second:
Commands
Some datadog commands:
sudo systemctl stop datadog-agent
sudo systemctl start datadog-agent
sudo usermod -a -G docker dd-agent
Links
Disclaimer
WARNING: Datalog collects a lot of client data (like IPs). The live demo is not intended to be used in production environments. Don't use it if you are concerned about privacy. This demo helps us to improve the system in terms of performance, scalability and stability.
The text was updated successfully, but these errors were encountered: