Skip to content

Commit

Permalink
docs: Fixed namespaceSelector for dynatrace tutorial (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Sep 23, 2024
1 parent 64c5c47 commit 3b3de1a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/user/integration/dynatrace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ There are different ways to deploy Dynatrace on Kubernetes. All [deployment opti
3. In the DynaKube resource, exclude Kyma system namespaces by adding the following snippet:
```yaml
namespaceSelector:
matchExpressions:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
- kyma-system
- istio-system
oneAgent:
cloudNativeFullStack:
namespaceSelector:
matchExpressions:
- key: kubernetes.io/metadata.name
operator: NotIn
values:
- kyma-system
- istio-system
```
4. In the environment, go to **Settings > Cloud and virtualization > Kubernetes** and enable the relevant Kubernetes features, especially `Monitor annotated Prometheus exporters` to collect Istio metrics.
Expand Down

0 comments on commit 3b3de1a

Please sign in to comment.