Skip to content

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.

Install Datadog agent

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)"

Install Raven (Sentry client)

(TODO)

Clone this wiki locally