Skip to content

Commit 06f1cce

Browse files
author
Kaylyn
authored
Merge pull request DataDog#5769 from DataDog/ahmed-mez/revert-dca-advanced-dispatching
Revert Cluster Agent advanced dispatching docs
2 parents ca4411c + 7de3ad4 commit 06f1cce

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

content/en/agent/autodiscovery/clusterchecks.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -79,32 +79,6 @@ Running [custom Agent checks][7] as cluster checks is supported, as long as all
7979
- Must be installed on all node-based Agents where the `clusterchecks` config provider is enabled.
8080
- Must **not** depend on local resources that are not accessible to all Agents.
8181

82-
### Advanced dispatching logic using dedicated cluster check runners
83-
84-
The [Datadog Helm Chart][13] offers the possibility to deploy, via the `clusterchecksDeployment` field, a set of Datadog Agents configured to run cluster checks only.
85-
86-
Using dedicated cluster check runners allows the Cluster Agent to use an advanced dispatching logic, which takes into account the execution time and metric samples from check instances. This logic enables the Cluster Agent to optimize dispatching and distribution between cluster check runners.
87-
88-
#### Advanced Dispatching - Cluster Agent setup
89-
90-
In addition to the steps mentioned in the [Cluster Agent Setup][14] section, you must set `DD_CLUSTER_CHECKS_ADVANCED_DISPATCHING_ENABLED` to `true`.
91-
92-
#### Advanced Dispatching - Cluster Check Runner setup
93-
94-
The following environment variables are required to configure the cluster check runners to expose their check stats. The stats are consumed by the Cluster Agent and are used to optimize the cluster checks' dispatching logic.
95-
96-
```
97-
env:
98-
- name: DD_CLC_RUNNER_ENABLED
99-
value: "true"
100-
- name: DD_CLC_RUNNER_HOST
101-
valueFrom:
102-
fieldRef:
103-
fieldPath: status.podIP
104-
```
105-
106-
**Note**: The advanced dispatching logic is only supported when using dedicated cluster check runners. This feature does not support regular node Agents.
107-
10882
## Setting up check configurations
10983

11084
### Static configurations in files

0 commit comments

Comments
 (0)