- 필수 기능
- 시작하기
- 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+=`Querying Logs and Metrics through DDSQL is in Preview. Use this form to request access.
Request AccessWith DDSQL Editor, you can get deeper visibility into your infrastructure by querying your resources with natural language or with DDSQL, a dialect of SQL with additional support for querying tags.
Type your question into the search box, and Datadog builds the SQL query for you. If you haven’t already, reach out to support to enable this feature.
DDSQL is a query language for Datadog data. It implements several standard SQL operations, such as SELECT
, and allows queries against unstructured data, such as tags. Get exactly the data you want by writing your own SELECT
statement. Query tags as if they are standard table columns. For more information, see the DDSQL Reference.
SELECT instance_type, count(instance_type)
FROM aws.ec2_instance
WHERE tags->'region' = 'us-east-1' -- region is a tag, not a column
GROUP BY instance_type
View, filter, and built queries in the Data Explorer.
Click a table name to view its columns and relationships:
For Logs and Metrics, use the query builder to help you generate table functions.
Save useful queries for future reference or download the data as CSV.
Export a saved query to a dashboard by clicking Save to Dashboard. From a dashboard you can visualize results and send Scheduled Reports.
Browse and re-run recent or saved queries in the side panel.
To access the DDSQL Editor app, users need the ddsql_editor_read
permission. This permission is included in the Datadog Read Only Role by default. If your organization uses custom roles, add this permission to the appropriate role. For more information on managing permissions, see the RBAC documentation.