- 필수 기능
- 시작하기
- 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+=`Datadog’s Internal Developer Portal (IDP) helps you unify software metadata, live telemetry, and developer workflows in a single platform. This guide walks you through setting up each core IDP component:
Whether you’re starting from scratch or integrating with existing systems like Backstage or ServiceNow, use this guide to get started with IDP.
If you have not already, create a Datadog account.
IDP starts with Software Catalog, a real-time inventory of your software architecture’s key building blocks. In Datadog, these are called entities—they can represent individual services, APIs, or grouped Systems.
You can add entities from:
Start with a basic definition to register the entity, then enrich it with metadata to add ownership and operational context, including:
The following example defines a system
entity representing an application composed of multiple services. It includes metadata such as display name, ownership, contacts, related documentation, integrations, and associated service components.
entity.datadog.yaml
apiVersion: v3
kind: system
metadata:
name: myapp
displayName: My App
tags:
- tag:value
links:
- name: shopping-cart runbook
type: runbook
url: https://runbook/shopping-cart
- name: shopping-cart architecture
provider: gdoc
url: https://google.drive/shopping-cart-architecture
type: doc
- name: shopping-cart Wiki
provider: wiki
url: https://wiki/shopping-cart
type: doc
- name: shopping-cart source code
provider: github
url: http://github/shopping-cart
type: repo
contacts:
- name: Support Slack
type: slack
contact: https://www.slack.com/archives/shopping-cart
owner: myteam
additionalOwners:
- name: opsTeam
type: operator
integrations:
pagerduty:
serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
spec:
components:
- service:myservice
- service:otherservice
Read the Software Catalog setup guide to learn how to add or import entities, and review the entity model reference for schema details.
Use Scorecards to assess whether entities meet your organization’s standards. Scorecards can measure:
Datadog Scorecards include 10 out-of-the-box rules across observability practices, ownership tagging, and production readiness checkpoints. You can group rules into levels to categorize them by their criticality-level 1 (basic expectations), level 2 (recommended practices), and level 3 (advanced/aspirational goals).
In addition to using default rules, you can define custom rules to reflect your internal standards:
pass
, fail
, or skip
for each entity in one of the following ways:Learn more about scorecard configuration and custom rules in the Scorecards documentation.
Self-Service Actions let you run repeatable tasks through a UI or API. For example, use Self-Service Actions to:
Actions can be backed by automation systems like Terraform, GitHub Actions, or internal scripts. Self Service Actions offer over 1000+ pre-built integrations with tools across source code management (for example, GitHub and GitLab), ticketing and incident management (for example, Jira, ServiceNow, and PagerDuty), chat (for example, Slack and Microsoft Teams), cloud providers (for example, AWS, GCP, and Azure), and more. You can connect with any additional endpoints, including private resources, leveraging HTTP requests and private action runners.
Get started by exploring the Self-Service Actions Blueprint Library in Datadog for example apps that you can customize for your use case.
To start automating developer workflows, explore the Self-Service Actions documentation.
Engineering Reports provide an at-a-glance view of:
Explore Engineering Reports in the Datadog app. These reports are automatically generated and updated in real time.
Read the Engineering Reports documentation for more details on available reports and configuration options.
Overview pages surface high-level metrics and action items tailored to individual contributors and teams.
Start with the developer overview page, which shows:
For setup and customization tips, read the Overview Pages documentation.
추가 유용한 문서, 링크 및 기사: