You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datadog_cluster_agent/README.md
+17-13Lines changed: 17 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -10,43 +10,47 @@ Follow the instructions below to install and configure this check for an Agent r
10
10
11
11
### Installation
12
12
13
-
The Datadog-Cluster-Agent check is included in the [Datadog Agent][2] package.
13
+
The DatadogClusterAgent check is included in the [Datadog Agent][2] package.
14
14
No additional installation is needed on your server.
15
15
16
16
### Configuration
17
+
The Datadog Cluster Agent check uses [Autodiscovery][3] to automatically configure itself in most scenarios. The check runs in the Datadog Agent pod on the same node as the Cluster Agent pod. It will not run in the Cluster Agent itself.
17
18
18
-
1. Edit the `datadog_cluster_agent.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your datadog_cluster_agent performance data. See the [sample datadog_cluster_agent.d/conf.yaml][3] for all available configuration options.
19
+
If you need to further configure the check:
19
20
20
-
2.[Restart the Agent][4].
21
+
1. Edit the `datadog_cluster_agent.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your datadog_cluster_agent performance data. See the [sample datadog_cluster_agent.d/conf.yaml][4] for all available configuration options.
22
+
23
+
2.[Restart the Agent][5].
21
24
22
25
### Validation
23
26
24
-
[Run the Agent's status subcommand][5] and look for `datadog_cluster_agent` under the Checks section.
27
+
[Run the Agent's status subcommand][6] and look for `datadog_cluster_agent` under the Checks section.
25
28
26
29
## Data Collected
27
30
28
31
### Metrics
29
32
30
-
See [metadata.csv][6] for a list of metrics provided by this check.
33
+
See [metadata.csv][7] for a list of metrics provided by this check.
31
34
32
35
### Events
33
36
34
37
The Datadog-Cluster-Agent integration does not include any events.
35
38
36
39
### Service Checks
37
40
38
-
See [service_checks.json][7] for a list of service checks provided by this integration.
41
+
See [service_checks.json][8] for a list of service checks provided by this integration.
0 commit comments