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 0537bff commit 95cd7c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regional/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ locals {
EOF

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

istio_gateway_domains = keys(var.istio_gateway_dns)
Expand Down

0 comments on commit 95cd7c2

Please sign in to comment.