Skip to content

Commit a287246

Browse files
frzifusreylejano
andauthored
Update content/en/blog/_posts/2021-09-03-api-server-tracing.md
Co-authored-by: Rey Lejano <[email protected]>
1 parent 8714c26 commit a287246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ samplingRatePerMillion: 10000
4242
4343
### Enabling Etcd Tracing
4444
45+
_Update: the following was added after the blog was published_
4546
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 [3.5 up to 3.5.4](https://etcd.io/docs/v3.5/op-guide/monitoring/#distributed-tracing).
4647

4748
Starting from version 3.5.5 until version 3.5.10, the default sampling rate for traces is set to 0%, meaning no traces were collected by default. Unfortunately, there is no option provided to configure a higher sampling rate. ([See details](https://github.com/etcd-io/etcd/pull/16951))

0 commit comments

Comments
 (0)