Skip to content

Commit

Permalink
Disable global Datadog tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Aug 25, 2024
1 parent 7934e6d commit 0537bff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion regional/helm/istiod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ meshConfig:
accessLogFile: /dev/stdout
defaultConfig:
proxyMetadata:
DD_REMOTE_CONFIGURATION_ENABLED: "false"
ISTIO_META_DNS_CAPTURE: "true"
ISTIO_META_DNS_AUTO_ALLOCATE: "true"

Expand Down
1 change: 0 additions & 1 deletion regional/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ locals {
EOF

istio_gateway_proxy_config = <<EOF
{
\"tracing\":{\"datadog\":{\"address\":\"$(HOST_IP):8126\"}}\,
\"proxyMetadata\":{\"DD_ENV\":\"${var.environment}\"\,
\"DD_SERVICE\":\"istio-gateway\"\,
Expand Down

0 comments on commit 0537bff

Please sign in to comment.