We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8fa2a6 + 8242349 commit b6ff6f4Copy full SHA for b6ff6f4
apps/web/base/deployment.yaml
@@ -93,6 +93,11 @@ spec:
93
- name: metacpan-web-local
94
mountPath: /app/metacpan_web_local.conf
95
subPath: metacpan_web_local.conf
96
+ env:
97
+ - name: DD_AGENT_HOST
98
+ valueFrom:
99
+ fieldRef:
100
+ fieldPath: status.hostIP
101
volumes:
102
103
secret:
platform/datadog/datadog-agent.yaml
@@ -11,7 +11,12 @@ spec:
11
apiSecret:
12
secretName: "datadog-secret"
13
keyName: "api-key"
14
+ originDetectionUnified:
15
+ enabled: true
16
features:
17
logCollection:
18
enabled: true
19
containerCollectAll: true
20
+ dogstatsd:
21
+ hostPortConfig:
22
0 commit comments