- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
site.When you configure a service account for a Datadog integration, you can incorporate metadata from your integrations into service definitions in the Software Catalog. You can also use autocomplete and validation features when editing a service definition in an integrated development environment (IDE).
You can add PagerDuty metadata to a service so that the Software Catalog displays and links to information such as who is on-call and whether there are active PagerDuty incidents for the service. Because only one on-call can be displayed, Datadog selects the first user by escalation level, then alphabetically by email.
You can connect any service in your PagerDuty Service Directory. You can map one PagerDuty service for each service in the Software Catalog.
If you have not already done so, set up the Datadog PagerDuty integration.
Get your PagerDuty API access key as described in their API Access Key documentation.
Enter the API Access Key on Pagerduty Integration Setup to finish configuring it.
Update the service definition with the PagerDuty information. For example, pass in the following integrations
configuration lines within the full service definition:
...
integrations:
pagerduty: https://www.pagerduty.com/service-directory/shopping-cart
...
You can add OpsGenie metadata to a service so that the Software Catalog displays and links to information such as who is on-call for the service.
If you have not already done so, set up the Datadog OpsGenie integration.
Get your OpsGenie API access key as described in their API Key Management documentation. This API key requires configuration access and read access rights.
Add an account in the Accounts section at the bottom of the integration tile, paste your OpsGenie API access key, and select the region for your OpsGenie account.
Update the service definition with the OpsGenie information to link your OpsGenie service with your Datadog service. For example, pass in the following integrations
configuration lines within the full service definition:
"integrations": {
"opsgenie": {
"service-url": "https://www.opsgenie.com/service/123e4567-x12y-1234-a456-123456789000",
"region": "US"
}
}
Once you’ve completed these steps, an On Call information box appears in the Ownership tab of a service in the Software Catalog.