Skip to content

Commit

Permalink
istio tracing: remove table of version correspondence (#20983)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo authored and MaelNamNam committed Jan 17, 2024
1 parent 4e76325 commit 9b3a980
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions content/en/tracing/trace_collection/proxy_setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,17 +570,6 @@ spec:
apm.datadoghq.com/env: '{ "DD_ENV": "prod", "DD_SERVICE": "my-service", "DD_VERSION": "v1.1"}'
```

The available [environment variables][11] depend on the version of the C++ tracer embedded in the Istio sidecar's proxy.

| Istio Version | C++ Tracer Version |
|---------------|--------------------|
| v1.9.x - v1.17.x | v1.2.1 |
| v1.7.x - v1.8.x | v1.1.5 |
| v1.6.x | v1.1.3 |
| v1.3.x - v1.5.x | v1.1.1 |
| v1.1.3 - v1.2.x | v0.4.2 |


## Deployment and service

If the Agents on your cluster are running as a deployment and service instead of the default DaemonSet, then an additional option is required to specify the DNS address and port of the Agent.
Expand Down

0 comments on commit 9b3a980

Please sign in to comment.