- Essentials
- In The App
- Infrastructure
- Application Performance
- Log Management
- Security Platform
- UX Monitoring
- Administration
Capistrano is a remote server automation and deployment tool written in Ruby.
Install the Capistrano Datadog integration to:
Once you enable this integration for a given Capfile
, each Capistrano task that completes is submitted as an event to Datadog. Role information and logging output are submitted too.
Install the dogapi
Ruby gem:
sudo gem install dogapi --version ">=1.10.0"
Add the following to the beginning of any Capfile
whose tasks you want to send to Datadog:
require "capistrano/datadog"
set :datadog_api_key, "${your_api_key}"
After you’ve configured your Capfile
and have run at least one Capistrano task:
sources:capistrano
in the Search bar, or click ‘Capistrano’ in the FROM list of integrations on the left.priority:all
in the Search bar, or click ‘All’ in the PRIORITY list on the left. Capistrano tasks are submitted with Low priority by default, so they do not display using the default events stream view (Normal priority).The Capistrano integration does not include any metric.
The Capistrano integration does not include any events.
The Capistrano integration does not include any service checks.
Need help? Contact Datadog support.