Skip to content

Commit

Permalink
Add server-side apply mention on Argo CD monitoring (#25832)
Browse files Browse the repository at this point in the history
Co-authored-by: buraizu <[email protected]>
  • Loading branch information
2 people authored and theraffoul committed Nov 25, 2024
1 parent 4341411 commit 68d8aa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/continuous_delivery/deployments/argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ metadata:

If your Argo CD application deploys more than one service, Datadog can automatically infer the services deployed from an application sync. Datadog infers the services based on the Kubernetes resources that were modified.

<div class="alert alert-warning">
Automatic service discovery is not supported when <a href="https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#server-side-apply">Server-Side Apply</a> is used.
</div>

To enable automatic service tagging, you need to [monitor your Kubernetes infrastructure using the Datadog Agent][15] and your Kubernetes resources should have the following labels:
- `tags.datadoghq.com/service` (required): specifies the Datadog service of this resource. For more information, see [Unified Service Tagging][18].
- `team` (optional): specifies the Datadog team of this resource. If this label is omitted, the team is automatically retrieved from [Service Catalog][13] based on the service label.
Expand Down

0 comments on commit 68d8aa5

Please sign in to comment.