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 40037d5 commit 7934e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions regional/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ locals {
\"tracing\":{\"datadog\":{\"address\":\"$(HOST_IP):8126\"}}\,
\"proxyMetadata\":{\"DD_ENV\":\"${var.environment}\"\,
\"DD_SERVICE\":\"istio-gateway\"\,
\"DD_VERSION\":\"${var.istio_version}\"
}
\"DD_VERSION\":\"${var.istio_version}\"\,
EOF

istio_gateway_domains = keys(var.istio_gateway_dns)
Expand Down

0 comments on commit 7934e6d

Please sign in to comment.