- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`If you already have data or services registered in Backstage or ServiceNow, you can import these services into Datadog directly.
You can use the Datadog’s Backstage plugin to map your Backstage entities into Datadog’s Software Catalog definition schemas. The plugin supports entity filtering so you can import only entities that meet certain criteria (for example, only entities with a specific Backstage component type, like services or repositories).
To import Backstage definitions:
catalog-info.yaml
in your repositories.During import, Datadog maps Backstage data to Datadog data:
Backstage Field | Datadog Mapping |
---|---|
kind:component and kind:system | Datadog recognizes these; kind:component is recognized as a service |
metadata.name | dd-service |
metadata.namespace | Custom tag with format namespace:${metadata.namespace} |
spec.lifecycle | lifecycle |
spec.owner | team |
metadata.links | links |
Annotation github.com/project-slug | Link with type=repo and url=https://www.github.com/${github.com/project-slug} |
Annotations pagerduty.com/service-id and pagerduty.com/account | Combined and mapped to integration.pagerduty |
metadata.description | description |
spec.system | application |
spec.dependsOn | dependsOn |
Other spec values | Mapped to custom tags |
kind:component
or kind:system
, the entire catalog-info.yaml
file is rejected. Schema version v3.0 is required to use kind:system and the dependsOn
field.catalog-info.yaml
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: artist-web
description: The place to be, for great artists
spec:
type: service
lifecycle: production
owner: artist-relations-team
system: artist-engagement-portal
dependsOn:
- service:email-service
To populate your Datadog Software Catalog with services from your ServiceNow Configuration Management Database (CMDB), use the Service Ingestion feature in the Datadog-ServiceNow integration.