Skip to content

Commit

Permalink
Remove DistributedTracing from feature gate list
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Li <[email protected]>
  • Loading branch information
gangli113 committed Jan 7, 2025
1 parent 1e47dc4 commit 9c18cec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/en/docs/v3.6/feature-gates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Use `-h` flag to see a full set of feature gates.
To set feature gates, use the `--feature-gates` flag assigned to a list of feature pairs:

```shell
--feature-gates=...,DistributedTracing=true
--feature-gates=...,StopGRPCServiceOnDefrag=true
```

The following tables are a summary of the feature gates that you can set on
Expand All @@ -36,7 +36,6 @@ ETCD.

| Feature | Default | Stage |
|----------------------------------|---------|-------|
| DistributedTracing | false | Alpha |
| StopGRPCServiceOnDefrag | false | Alpha |
| InitialCorruptCheck | false | Alpha |
| CompactHashCheck | false | Alpha |
Expand Down Expand Up @@ -83,7 +82,6 @@ A *Deprecated* feature means:

Each feature gate is designed for enabling/disabling a specific feature.

* `DistributedTracing`: Enable experimental distributed tracing using OpenTelemetry Tracing.
* `StopGRPCServiceOnDefrag`: Enable etcd gRPC service to stop serving client requests on defragmentation.
* `TxnModeWriteWithSharedBuffer`: Enables the write transaction to use a shared buffer in its readonly check operations.
* `InitialCorruptCheck`: Enable to check data corruption before serving any client/peer traffic.
Expand Down

0 comments on commit 9c18cec

Please sign in to comment.