Datadog Agent Integrations

The Datadog Agent Integrations table provides information about integrations (checks) configured on Datadog Agents across your infrastructure. Each row represents an integration instance running on an agent and includes configuration details (init_config and instance_config), metadata, version information (semantic versioning with major, minor, patch), category, provider, and associated tags. This table enables you to inventory all configured integrations, audit integration versions, review configuration parameters, track which services are being monitored, and troubleshoot integration setup. Configuration files for Agent checks and integrations are stored in the conf.d directory with YAML format. Datadog offers hundreds of integrations for databases, web servers, monitoring systems, and other technologies.

dd.datadog_agent_integrations

Fields

TitleIDTypeData TypeDescription
CategorycategorycorestringThe category of the integration (e.g., database, web server, monitoring).
Host IDhost_idcoreint64The numeric identifier of the host running the integration.
HostnamehostnamecorestringThe hostname where the integration is configured.
Init Configurationinit_configcorestringThe initialization configuration for the integration in string format.
Instance Configurationinstance_configcorestringThe instance-specific configuration for the integration in string format.
MetadatametadatacorestringAdditional metadata about the integration in string format.
Integration NamenamecorestringThe name of the integration (e.g., postgres, nginx, redis).
Portportcoreint64The port number the integration is configured to monitor.
ProviderprovidercorestringThe provider or source of the integration.
Resource TagstagscorehstoreThis field contains tags represented as key-value pairs, used to categorize and provide metadata about the integration.
Integration TypetypecorestringThe type classification of the integration.
Version Majorversion_majorcorestringThe major version number of the integration.
Version Minorversion_minorcorestringThe minor version number of the integration.
Version Patchversion_patchcorestringThe patch version number of the integration.
Version Rawversion_rawcorestringThe complete raw version string of the integration.
Version Schemeversion_schemecorestringThe versioning scheme used by the integration (e.g., semver).