Skip to content

Commit 723309f

Browse files
authored
[SDCI-880] Add new warning on Gitlab K8s infra correlation (#27274)
* Add new warning * Remove div
1 parent 4da47be commit 723309f

File tree

1 file changed

+3
-0
lines changed
  • content/en/continuous_integration/pipelines

1 file changed

+3
-0
lines changed

content/en/continuous_integration/pipelines/gitlab.md

+3
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@ CI Visibility supports Infrastructure metrics for "Instance" executors. For more
285285
{{% tab "Kubernetes" %}}
286286
CI Visibility supports Infrastructure metrics for the Kubernetes executor. For this, it is necessary to have the Datadog Agent monitoring the Kubernetes Gitlab infrastructure. See [Install the Datadog Agent on Kubernetes][1] to install the Datadog Agent in a Kubernetes cluster.
287287

288+
Due to limitations in the Datadog Agent, jobs shorter than the minimum collection interval of the Datadog Agent might not always display infrastructure correlation metrics. To adjust this value, see [Datadog Agent configuration template][2] and adjust the variable `min_collection_interval` to be less than 15 seconds.
289+
288290
[1]: /containers/kubernetes/installation/?tab=datadogoperator
291+
[2]: https://github.com/DataDog/datadog-agent/blob/main/pkg/config/config_template.yaml
289292
{{% /tab %}}
290293

291294
{{% tab "Other executors" %}}

0 commit comments

Comments
 (0)