---
title: Datadog Cluster Agent
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Datadog Cluster Agent
---

# Datadog Cluster Agent

This dataset stores metadata about Datadog Cluster Agent instances running in Kubernetes clusters. The Cluster Agent provides a streamlined, centralized approach to collecting cluster-level monitoring data. Each record describes a Cluster Agent instance, including its version, configuration, install method, and enabled features.

```
dd.datadog_cluster_agents
```

## Fields

| Title                              | ID                                 | Type | Data Type | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------------------- | ---------------------------------- | ---- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Cluster Name                       | cluster_name                       | core | string    | Name of the Kubernetes cluster the Cluster Agent is running on.                                                                                                                                                                                                                                                                                                                                                                                                          |
| Cluster ID                         | cluster_id                         | core | string    | Unique identifier of the Kubernetes cluster.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Agent Version                      | agent_version                      | core | string    | Version of the Datadog Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Full Configuration                 | full_configuration                 | core | string    | The full resolved configuration of the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Provided Configuration             | provided_configuration             | core | string    | The user-provided configuration of the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| File Configuration                 | file_configuration                 | core | string    | Configuration loaded from file for the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                    |
| File Configuration Hash            | file_configuration_hash            | core | string    | Hash of the file-based configuration.                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Environment Variable Configuration | environment_variable_configuration | core | string    | Configuration provided via environment variables.                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Agent Runtime Configuration        | agent_runtime_configuration        | core | string    | Runtime configuration of the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Remote Configuration               | remote_configuration               | core | string    | Configuration received via Remote Configuration.                                                                                                                                                                                                                                                                                                                                                                                                                         |
| CLI Configuration                  | cli_configuration                  | core | string    | Configuration provided via CLI arguments.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Cluster Check Node Agent Count     | cluster_check_node_agent_count     | core | int64     | Number of Node Agents running cluster checks.                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Cluster Check Runner Count         | cluster_check_runner_count         | core | int64     | Number of Cluster Check Runners.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Source Local Configuration         | source_local_configuration         | core | string    | Local source configuration of the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Leader Election                    | leader_election                    | core | bool      | True if leader election is enabled.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Is Leader                          | is_leader                          | core | bool      | True if this Cluster Agent instance is the leader.                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Install Method Tool                | install_method_tool                | core | string    | Tool used to install the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Install Method Tool Version        | install_method_tool_version        | core | string    | Version of the tool used to install the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Install Method Installer Version   | install_method_installer_version   | core | string    | Version of the installer used to install the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                              |
| Agent Startup Time                 | agent_startup_time_ms              | core | timestamp | Timestamp of when the Cluster Agent started.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Flavor                             | flavor                             | core | string    | Build flavor of the Cluster Agent.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Enabled Features                   | enabled_features                   | core | hstore    | Map of feature names to their enabled status. Keys include: admission_controller, admission_controller_inject_config, admission_controller_inject_tags, apm_config_instrumentation, admission_controller_validation, admission_controller_mutation, auto_instrumentation, cws_instrumentation, cluster_checks, cluster_checks_advanced_dispatching, autoscaling_workload, external_metrics_provider, external_metrics_provider_use_datadogmetric_crd, compliance_config. |
