이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.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.