- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The Service Catalog’s Endpoints list consolidates everything you need to know about your API endpoints. It provides a comprehensive view of performance, reliability, and ownership across all your APIs, whether they serve internal teams or external users. This helps you and your teams effectively monitor mission-critical, API-driven features and ensure they meet performance expectations.
The Endpoints list combines data from across Datadog to provide opinionated workflows. You can do the following:
Your endpoints automatically populate in the Endpoints list if you use Datadog APM to monitor HTTP services.
Browse and query properties and metrics that are related to your endpoints.
Read Exploring Endpoints for more information.
Manage and monitor your APIs and endpoints to:
Read Monitoring Endpoints for more information.
Add ownership information to endpoints to streamline investigations and team communication.
Read Assigning Owners for more information.
Assign automatically detected endpoints to API groups to track usage, define ownership, and configure monitoring policies from a centralized location. Alternatively, upload an OpenAPI or Swagger file to unlock the full capabilities of the Endpoints list.
Read Adding Entries for more information.
Add metadata to APIs through the Datadog UI or API, or use automated pipelines through the GitHub integration or Terraform.
Read Adding Metadata to APIs for more information.
Term | Definition |
---|---|
API | A set of protocols and tools that allows two applications to communicate. |
API endpoint | The address (URL) of a resource of a server or service that implements the rules defined in the API, often through an HTTP or RESTful interface. The API endpoint processes requests and provides the corresponding responses. |
Public APIs | Customer-facing API endpoints that are accessible from the internet. |
Private APIs | Also called internal APIs. These are designed exclusively for internal use within an organization and are used mainly for backend service communication. These are the most common type of API. |
Partner APIs | Also called third-party APIs. These are public endpoints provided by another organization (for example, Stripe, Google, or Facebook) that your organization uses to provide its services. |