- 필수 기능
- 시작하기
- 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+=`Schemas help you monitor performance, usage, and changes in your data models, enabling quicker issue identification and remediation.
To enable the schemas feature, add the collect_schemas
parameter to your Database Monitoring configuration:
init_config:
instances:
- dbm: true
host: localhost
port: 5432
username: datadog
password: 'ENC[datadog_user_database_password]'
collect_schemas: true
## Optional: Connect to a different database if needed for `custom_queries`
# dbname: '<DB_NAME>'
The Tables overview lists all tracked tables across your databases, grouped by table name, with the following columns:
Column | Description |
---|---|
# Variants | Number of distinct versions of the table across all hosts. |
# Instances | Total number of table instances across all hosts. For example, if a table has two variants with seven and eight instances respectively, the total number of instances is 15. |
# Columns | Count of unique columns across all variants of the table on all hosts. For example, if one variant has columns A, B, C and another has A, B, D, the total unique columns would be four (A, B, C, D). |
Databases | Names of all databases containing this table across all hosts. |
Schemas | Schemas in which this table appears across all hosts. |
Database Hosts | Hosts where this table is present. |
Each table row can be expanded to view its table variants and the following columns:
Column | Description |
---|---|
Variant ID | Unique identifier for a variant (version) of this table. |
# Instances | Number of instances of this table for this variant. |
# Columns | Number of unique columns in this table variant. |
Databases | Alphabetically sorted list of databases containing this table variant. |
Schemas | Alphabetically sorted list of schemas containing this table variant. |
Database Hosts | Alphabetically sorted list of hosts where this table variant appears. |
To view more details about a table variant, click its row to open the table variant panel.
This panel shows you information about the variant (version), such as:
To view details for a specific table instance, go to the Table Instances tab in the table variant panel and click on a row.
This opens a view similar to the table variant panel, showing the following information for the selected table instance:
Recommendations highlight potential opportunities for schema optimization across your tables.
Each recommendation includes:
Recommendations are available in aggregate (at the top of the page) and per table, with each applicable table showing its corresponding recommendations. For more information, see Recommendations.
The Metrics overview displays dashboards for metrics associated with tracked tables across each DBMS.
Each dashboard includes the following metrics: