Skip to content

Commit

Permalink
🔇 Exclude PGAdmin health logs from Datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 12, 2025
1 parent 4682a25 commit 07323ed
Showing 1 changed file with 11 additions and 1 deletion.
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/waypoint.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 07323ed

Please sign in to comment.