Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/web/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ spec:
- name: metacpan-web-local
mountPath: /app/metacpan_web_local.conf
subPath: metacpan_web_local.conf
env:
- name: DD_AGENT_HOST
valueFrom:
fieldRef:
fieldPath: status.hostIP
volumes:
- name: metacpan-web-local
secret:
Expand Down
5 changes: 5 additions & 0 deletions platform/datadog/datadog-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ spec:
apiSecret:
secretName: "datadog-secret"
keyName: "api-key"
originDetectionUnified:
enabled: true
features:
logCollection:
enabled: true
containerCollectAll: true
dogstatsd:
hostPortConfig:
enabled: true