- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
DuckDB is a high-performance analytical database system. It is available as a standalone CLI application and has clients for Python, R, Java, Wasm, etc., with deep integrations with packages such as pandas and dplyr.
For more information on using DuckDB, refer to the DuckDB documentation.
This check monitors DuckDB through the Datadog Agent.
DuckDB has two configurable options for concurrency:
read_only
mode to get metrics, with a default frequency of 60 seconds (min_collection_interval
).
You can increase this value to reduce concurrency issues.Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the Autodiscovery Integration Templates for guidance on applying these instructions.
The DuckDB check is included in the Datadog Agent package. No additional installation is needed on your server.
The duckdb client library is required. To install it, ensure you have a working compiler and run:
sudo -Hu dd-agent /opt/datadog-agent/embedded/bin/pip install duckdb==1.1.1
"C:\Program Files\Datadog\Datadog Agent\embedded3\python.exe" -m pip install duckdb==1.1.1
Edit the duckdb.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your duckdb performance data. See the sample duckdb.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for duckdb
under the Checks section.
duckdb.memory_limit (gauge) | The maximum memory of the system. Shown as byte |
duckdb.partitioned_write_flush_threshold (gauge) | The threshold in number of rows after which we flush a thread state when writing using PARTITION_BY. |
duckdb.partitioned_write_max_open_files (gauge) | The maximum amount of files the system can keep open before flushing to disk when writing using PARTITION_BY. |
duckdb.wal_autocheckpoint (gauge) | The WAL size threshold at which to automatically trigger a checkpoint. Shown as byte |
duckdb.worker_threads (gauge) | The number of total threads used by the system. |
The DuckDB integration does not include any events.
The DuckDB integration does not include any service checks.
Need help? Contact Datadog support.