/
Datadog Agent PostgreSQL Integration
Datadog Agent PostgreSQL Integration
Kloudfuse can ingest metrics and logs from a self-managed PostgreSQL deployments through the Datadog agent.
For the collector to scrape data from postgres, it requires a few things. Please follow the instructions here and come back to this page.
Setting Up Database Monitoring for self hosted Postgres
The postgres instance needs to be annotated as following. Restart postgres after you make these changes.
postgresql:
primary:
podAnnotations:
ad.datadoghq.com/postgresql.check_names: '["postgres"]'
ad.datadoghq.com/postgresql.init_configs: '[{}]'
ad.datadoghq.com/postgresql.instances: '[{"host": "%%host%%", "port":5432, "username": "<user-you-created>", "password" : "<password-you-chose>", "tags" : []}]'
readReplicas:
podAnnotations:
ad.datadoghq.com/postgresql.check_names: '["postgres"]'
ad.datadoghq.com/postgresql.init_configs: '[{}]'
ad.datadoghq.com/postgresql.instances: '[{"host": "%%host%%", "port":5432, "username": "<user-you-created>", "password" : "<password-you-chose>", "tags" : []}]'
, multiple selections available,
Related content
Traces Integrations for Datadog, OpenTelemetry, and Elastic APM Agent
Traces Integrations for Datadog, OpenTelemetry, and Elastic APM Agent
More like this
AWS Lambda Integration with Kloudfuse
AWS Lambda Integration with Kloudfuse
More like this
[DEPRECATED] Configure Advance Monitoring & Analytics (RRCF)
[DEPRECATED] Configure Advance Monitoring & Analytics (RRCF)
Read with this
AWS CloudWatch Metrics, Logs, and Events
AWS CloudWatch Metrics, Logs, and Events
Read with this
APM New Relic Integration
APM New Relic Integration
Read with this
Prometheus Remote Write Config
Prometheus Remote Write Config
Read with this