From 7da85c98dd57194b458df9b0a2b25f4949834edc Mon Sep 17 00:00:00 2001 From: ShyunnY <1147212064@qq.com> Date: Mon, 1 Apr 2024 18:57:34 +0800 Subject: [PATCH] fix: docs --- site/content/en/latest/api/extension_types.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/en/latest/api/extension_types.md b/site/content/en/latest/api/extension_types.md index 4643d1dd9518..02c02e7df265 100644 --- a/site/content/en/latest/api/extension_types.md +++ b/site/content/en/latest/api/extension_types.md @@ -2315,10 +2315,10 @@ _Appears in:_ | Field | Type | Required | Description | | --- | --- | --- | --- | -| `samplingRate` | _integer_ | false | SamplingRate controls the rate at which traffic will be selected for tracing if no prior sampling decision has been made. Defaults to 100, valid values [0-100]. 100 indicates 100% sampling. | +| `samplingRate` | _integer_ | false | SamplingRate controls the rate at which traffic will be
selected for tracing if no prior sampling decision has been made.
Defaults to 100, valid values [0-100]. 100 indicates 100% sampling. | | `backendRef` | _[BackendObjectReference](#backendobjectreference)_ | true | BackendRef defines the target trace collector endpoint configuration | -| `appProtocol` | _string_ | false | AppProtocol defines the protocol of provider port in tracing feature. Only "http"(default) and "grpc" are allowed in this field | -| `clusterDomain` | _string_ | false | ClusterDomain is an optional field that specifies the custom domain used for the Kubernetes cluster. This field is used when the cluster is configured with a custom DNS domain, different from the default "cluster.local". Envoy Gateway uses this custom domain to generate fully qualified domain names (FQDN) for trace gatherer services. | +| `appProtocol` | _string_ | false | AppProtocol defines the protocol of provider port in tracing feature.
Only "http"(default) and "grpc" are allowed in this field | +| `clusterDomain` | _string_ | false | ClusterDomain is an optional field that specifies the custom domain used for the Kubernetes cluster.
This field is used when the cluster is configured with a custom DNS domain,
different from the default "cluster.local".
Envoy Gateway uses this custom domain to generate fully qualified domain names (FQDN) for trace gatherer services. | #### RateLimitType