Skip to content

Commit

Permalink
🔇 Exclude PGAdmin health logs from Datadog
Browse files Browse the repository at this point in the history
* Fix trailing squote in Public Web log exclusion
  • Loading branch information
rblaine95 committed Feb 12, 2025
1 parent 4682a25 commit 3786f5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/public-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ podAnnotations:
"name": "exclude_health_probes",
"pattern": "GET /docs HTTP/\\d\\.\\d\"\\s+200\\s+OK"
}]
}]]'
}]
image:
name: acapy-cloud/app
Expand Down
12 changes: 11 additions & 1 deletion tilt/acapy-cloud/pgadmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ ingress:
persistentVolume:
enabled: false

podAnnotations: {}
podAnnotations:
ad.datadoghq.com/pgadmin4.logs: >-
[{
"source": "pgadmin4",
"service": "pgadmin4",
"log_processing_rules": [{
"type": "exclude_at_match",
"name": "exclude_health_probes",
"pattern": "GET /misc/ping HTTP/1\\.1\" 200"
}]
}]
podlabels:
sidecar.istio.io/inject: "false"

Expand Down

0 comments on commit 3786f5b

Please sign in to comment.