Skip to main content
In this lesson we explore Datadog’s integrations catalog and how it supports an enterprise observability strategy. A robust observability platform must collect metrics, traces, and logs across the technologies your teams rely on—everything from Redis, SQL databases, and Windows/Ubuntu servers to Java applications—so you can monitor system health, performance, and user-facing behavior. Below we cover where to find Datadog integrations (documentation and console), what they typically collect, marketplace extensions, and recommended best practices for safe rollout. Here we are in the Datadog documentation.
The image shows a webpage from Datadog's documentation section, specifically focused on integrations, featuring categories like AI/ML, AWS, and Kubernetes.
Browsing the catalog
  • The Datadog Integrations documentation lists every officially supported integration. You can filter and search by category (for example, AI/ML, cloud providers, orchestration, observability tools).
  • Example: filtering on Google Cloud surfaces integrations such as CheckWAF, GigaOm, Google Cloud APIs, and BigQuery—each entry includes setup steps, configuration options, and the data types collected.
Where to enable integrations in the Datadog platform
  • From the Datadog console go to Integrations → Integrations to view a platform-side catalog that mirrors the documentation.
  • The console also surfaces suggested or autodetected integrations based on telemetry observed from your environment.
The image shows a Datadog integrations dashboard with autodetected and installed integrations like Nginx, SSH, and Docker. It includes various navigation tabs and categories for different services.
What you’ll find per integration
  • Suggested integrations discovered by Datadog based on detected technologies.
  • Autodetected and installed integrations (for example, Nginx, SSH, Docker).
  • Detailed configuration guides that explain:
    • What the integration collects: metrics, logs, and/or traces.
    • Required Datadog Agent versions and any integration package versions.
    • Authentication and permission requirements (API keys, service accounts, IAM roles).
Integration capabilities at a glance
CapabilityWhat to expectExamples
Data types collectedMetrics, traces, logs, and custom events depending on the integrationnginx: metrics + logs; postgres: metrics + traces (if APM enabled)
Installation surfaceAgent-based, API-key-based, or cloud-provider native integrationAgent on VMs/containers; GCP/AWS integrations via IAM or service accounts
Configuration scopePer-host, per-service, or account-level settingsHost agent config, Datadog-AWS/GCP integration, or marketplace app settings
RequirementsAgent version, permissions, environment variables, network accessAgent >= X.Y.Z, API key with write scope, IAM role with read access
Full catalog and Marketplace
  • The documentation lists the full catalog—everything from 1Password and Active Directory to major cloud providers and managed services.
The image shows a dashboard from Datadog featuring various software integration options like Akamai, Alibaba Cloud, and Amazon Web Services, among others.
  • Datadog’s Marketplace extends functionality with vendor and community-contributed apps. Marketplace items can provide specialized dashboards, CI/CD integrations, or tooling that is not part of core integrations.
The image shows a section of the Datadog marketplace interface displaying various app integrations and tools from different providers, each shown with a card format.
Best practices for enabling integrations
  • Verify Agent and integration package versions against the integration’s documentation before deploying.
  • Confirm permissions and credentials (API keys, service accounts, IAM roles) are scoped correctly and follow the principle of least privilege.
  • Test in staging with a minimal configuration to validate telemetry collection and avoid noise in production.
  • Use the Marketplace for specialized use-cases or vendor-provided integrations that extend core Datadog capabilities.
  • Monitor initial data volumes and set appropriate retention/ingestion limits to control cost.
Quick rollout checklist
StepAction
1Review integration docs for version and credential requirements
2Create or scope service accounts / API keys with least privilege
3Deploy to staging with a minimal config and confirm metrics/logs/traces
4Validate dashboards and alerts using the collected telemetry
5Roll out to production and monitor ingestion, alerts, and costs
Misconfigured credentials or excessive permissions can cause missing data or security exposure. Always use scoped service accounts and test in a non-production environment first.
Before enabling integrations in production, confirm your Datadog Agent version and the permissions needed (API keys, service accounts, or IAM roles). This prevents partial data collection and permission-related failures.
Links and references That covers the essentials of Datadog integrations—where to find them, what they collect, marketplace options, and safe rollout practices. This concludes the lesson. I hope you found it useful; see you in the next lesson.

Watch Video