Skip to content

Commit

Permalink
fix datadog config
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jun 7, 2024
1 parent 84eb199 commit 80ec69c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployments/kubehound/docker-compose.datadog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
datadog:
image: gcr.io/datadoghq/agent:7-jmx
Expand All @@ -10,9 +9,11 @@ services:
- "127.0.0.1:8226:8126"
environment:
- DD_API_KEY=${DD_API_KEY:?error}
- DD_APP_KEY=${DD_APP_KEY:?error}
- DD_HOSTNAME=${DOCKER_HOSTNAME:?error}
- DD_ENV=${KUBEHOUND_ENV:-dev}
- DD_TAGS="service:kubehound"
- DD_LOG_LEVEL=debug
- DD_APM_ENABLED=true
- DD_LOGS_ENABLED=true
- DD_PROCESS_AGENT_ENABLED=true
Expand Down

0 comments on commit 80ec69c

Please sign in to comment.