Skip to content

Commit

Permalink
fix dogstasd values
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmih committed Dec 10, 2024
1 parent 507041e commit 98ba78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/datadog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1367,14 +1367,14 @@ datadog:
##
## WARNING: Make sure that hosts using this are properly firewalled otherwise
## metrics and traces are accepted from any host able to connect to this host.
useHostPort: false
useHostPort: true

# datadog.dogstatsd.useHostPID -- Run the agent in the host's PID namespace
## DEPRECATED: use datadog.useHostPID instead.

## This is required for Dogstatsd origin detection to work.
## See https://docs.datadoghq.com/developers/dogstatsd/unix_socket/
useHostPID: false
useHostPID: true

# datadog.dogstatsd.nonLocalTraffic -- Enable this to make each node accept non-local statsd traffic (from outside of the pod)

Expand Down

0 comments on commit 98ba78c

Please sign in to comment.