Skip to content

Commit 637c6c5

Browse files
authored
Enable k8s app monitoring in application monitoring template
1 parent 833f787 commit 637c6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user-skel/ansible_collections/ace_box/ace_box/roles/dt-operator/templates/applicationMonitoring.yaml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ metadata:
1616
annotations:
1717
feature.dynatrace.com/k8s-app-enabled: "true"
1818
feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "{{cluster_name}}"
19+
feature.dynatrace.com/k8s-app-enabled: "true"
1920
spec:
2021
# Dynatrace apiUrl including the '/api' path at the end.
2122
# For SaaS, set 'ENVIRONMENTID' to your environment ID.
@@ -240,4 +241,4 @@ spec:
240241
# Optional: Adds TopologySpreadConstraints to the ActiveGate pods
241242
# For more information on TopologySpreadConstraints, see https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
242243
#
243-
# topologySpreadConstraints: []
244+
# topologySpreadConstraints: []

0 commit comments

Comments
 (0)