Skip to content

Commit

Permalink
fix(publick8s) disable Datadog apache integration to avoid hammering …
Browse files Browse the repository at this point in the history
…our httpd with HTTP/404 errors on /server-status (#5761)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal authored Sep 25, 2024
1 parent 82985b0 commit fca37e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/datadog_publick8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ datadog:
hostCAPath: /etc/kubernetes/certs/kubeletserver.crt
# Required as of Agent 7.35 because Kubelet certificates in AKS do not have a Subject Alternative Name (SAN) set.
tlsVerify: false
ignoreAutoConfig:
- apache # Our Apache instances do not expose any /server-status endpoint. Let's avoid unneeded requests
agents:
tolerations:
- key: "kubernetes.io/arch"
Expand Down

0 comments on commit fca37e9

Please sign in to comment.