-
Notifications
You must be signed in to change notification settings - Fork 153
Install Monitoring and Logging Tools
Joongi Kim edited this page Jan 2, 2018
·
2 revisions
The Backend.AI can use several 3rd-party monitoring and logging services. Using them is completely optional.
{DDAPIKEY} |
The Datadog API key |
{DDAPPKEY} |
The Datadog application key |
{SENTRYURL} |
The private Sentry report URL |
Datadog is a 3rd-party service to monitor the server resource usage.
$ DD_API_KEY={DDAPIKEY} bash -c "$(curl -L https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/install_agent.sh)"
Raven is the official client package name of Sentry, which reports detailed contextual information such as stack and package versions when an unhandled exception occurs.
$ pip install "raven>=6.1"