Overview
Warning: This integration has been deprecated and is not being actively developed anymore.
Connect Fabric to Datadog in order to:
- Capture and search for deploy events in the event stream.
- Correlate deploy events with metric changes on dashboards.
Setup
Configuration
Install the dogapi package:
sudo easy_install --upgrade dogapi
or:
Import dogapi and configure your API key:
from dogapi.fab import setup, notify
setup("<YOUR_DATADOG_API_KEY")
Add the notify decorator to each task you want to connect to Datadog. Make sure @notify occurs just above @task
@notify
@task
def a_fabric_task(...):
# do things
Data Collected
Metrics
The Fabric integration does not include any metric.
Events
The Fabric integration does not include any events.
Service Checks
The Fabric integration does not include any service checks.
Troubleshooting
Need help? Contact Datadog support.