Skip to content

Commit 9c342e8

Browse files
authored
Merge pull request #34472 from CatherineF-dev/patch-1
Add etcd required version 3.5+ in blog `API Server Tracing`
2 parents 60c1d36 + 8fba55f commit 9c342e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2021-09-03-api-server-tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ samplingRatePerMillion: 10000
4242
4343
### Enabling Etcd Tracing
4444
45-
Add `--experimental-enable-distributed-tracing`, `--experimental-distributed-tracing-address=0.0.0.0:4317`, `--experimental-distributed-tracing-service-name=etcd` flags to etcd to enable tracing. Note that this traces every request, so it will probably generate a lot of traces if you enable it.
45+
Add `--experimental-enable-distributed-tracing`, `--experimental-distributed-tracing-address=0.0.0.0:4317`, `--experimental-distributed-tracing-service-name=etcd` flags to etcd to enable tracing. Note that this traces every request, so it will probably generate a lot of traces if you enable it. Required etcd version is [v3.5+](https://etcd.io/docs/v3.5/op-guide/monitoring/#distributed-tracing).
4646

4747
### Example Trace: List Nodes
4848

0 commit comments

Comments
 (0)