Allow for configuring etcd progress notify interval and default set to 5s (#11499)

This commit is contained in:
刘旭
2024-09-05 13:29:05 +08:00
committed by GitHub
parent e744a117d6
commit 3da6c4fc18
3 changed files with 8 additions and 0 deletions

View File

@@ -33,3 +33,6 @@
# etcd_experimental_distributed_tracing_sample_rate: 100
# etcd_experimental_distributed_tracing_address: "localhost:4317"
# etcd_experimental_distributed_tracing_service_name: etcd
## The interval for etcd watch progress notify events
# etcd_experimental_watch_progress_notify_interval: 5s