- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Run this command on each database host to enable the additional permission needed for the datadog
user:
ALTER ROLE datadog INHERIT;
Agent versions prior to 7.49
may be unable to connect to PostgreSQL RDS instances without a configuration change. New RDS instances have a default value of 1
for the rds.force_ssl
parameter. In Agent versions prior to 7.49
, this causes the following error when the Agent tries to issue queries:
FATAL: no pg_hba.conf entry for host "HOSTNAME", user "datadog", database "postgres", no encryption
To allow the Agent to connect with SSL, add the following setting to each instance config where host
and port
are specified:
ssl: allow
Restart the agent after applying this change.
Agent versions prior to 7.50
may attempt to connect to the cloudsqladmin
database. This can cause error logs on the database as well as warning logs in the Agent. In order to silence those logs, add cloudsqladmin
to the ignore_databases list:
ignore_databases:
- template%
- rdsadmin
- azure_maintenance
- cloudsqladmin
If using database autodiscovery, also add cloudsqladmin
to excluded databases:
exclude:
- cloudsqladmin