Enable Datadog’s Admission controller

ARTIFACTORY: Setup Datadog's APM dashboard with Artifactory running on Kubernetes

AuthorFullName__c
Ashraf Kherbawy
articleNumber
000005842
FirstPublishedDate
2023-08-08T18:34:35Z
lastModifiedDate
2025-07-20

Reference:

This step is important in order to allow Datadog’s agent to inject the Java library inside Artifactory’s pod. To enable the Admission controller, we will need to assign the following label to Artifactory’s statefulset:
admission.datadoghq.com/enabled: "true"
To do so, add the following in your artifactory values.yaml:
artifactory:
  labels:
    admission.datadoghq.com/enabled: "true"