- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
If you already have data or services registered in Backstage, you can import these services into Datadog directly.
If you use API or Terraform, replace the YAMLs in your requests.
If you use GitHub integration, directly save your Backstage YAMLs to a repo with Datadog read permission. Datadog scans for files named catalog-info.yaml
located at the root folder of a repo.
Upon import, the following occurs:
kind:component
in Backstage YAMLs as servicesmetadata.name
gets mapped to dd-service
metadata.namespace
gets mapped to a custom tag with the format namespace:${metadata.namespace}
spec.lifecycle
gets mapped to lifecycle
spec.owner
gets mapped to team
metadata.links
gets mapped to links
github.com/project-slug
maps to a link with type=repo
and url=https://www.github.com/${github.com/project-slug}
metadata.description
gets mapped to description
spec.system
gets mapped to application
spec
values get mapped to custom tagsNote: The Service Catalog processes the entire YAML file as a whole. If any section of the YAML file does not have kind:Component
, the entire catalog-info.yaml file
is rejected.
You can populate your Datadog Service Catalog with services from your ServiceNow CMDB by using the Service Ingestion feature in the Datadog-ServiceNow integration.
To discover additional services through existing Datadog telemetry such as infrastructure metrics, navigate to the Setup & Config tab on the top of the page and click on the Import Entries tab. You can import services from other Datadog telemetry containing the DD_SERVICE
tag.
After you have imported some entries, they appear in the Explore tab. Entries may expire unless you add metadata such as the owner or contacts by using the API or the GitHub integration.
To remove your imported services from the default Explore view, click Clear Previously Imported Services. This removes all services that do not have metadata or do not have APM, Universal Service Monitoring (USM), or Real User Monitoring (RUM) telemetry.