diff --git a/content/zh-cn/docs/reference/config-api/apiserver-config.v1beta1.md b/content/zh-cn/docs/reference/config-api/apiserver-config.v1beta1.md index 1d35c64e2e081..b4610b736dc8a 100644 --- a/content/zh-cn/docs/reference/config-api/apiserver-config.v1beta1.md +++ b/content/zh-cn/docs/reference/config-api/apiserver-config.v1beta1.md @@ -52,6 +52,65 @@ EgressSelectorConfiguration 为 Egress 选择算符客户端提供版本化的 +## `TracingConfiguration` {#TracingConfiguration} + + +**出现在:** + +- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration) + +- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration) + +- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration) + +
+ +TracingConfiguration 为 OpenTelemetry 跟踪客户端提供版本化的配置。 +
+ +字段 | 描述 |
---|---|
endpoint + string
+ |
+
+ + + 采集器的端点,此组件将向其报告跟踪信息。 + 连接不安全,目前不支持 TLS。 + 推荐不设置,端点为 otlp grpc 默认值 localhost:4317。 + + |
+
samplingRatePerMillion + int32
+ |
+
+ + + samplingRatePerMillion 是每百万 span 中采集的样本数。 + 推荐不设置。如果不设置,采集器将继承其父级 span 的采样率,否则不进行采样。 + + |
+
@@ -412,61 +471,3 @@ UDSTransport 设置通过 UDS 连接 konnectivity 服务器时需要的信息。 - -## `TracingConfiguration` {#TracingConfiguration} - - -**出现在:** - -- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration) - -- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration) - -- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration) - -
- -TracingConfiguration 为 OpenTelemetry 跟踪客户端提供了不同版本的配置。 -
- -Field | Description |
---|---|
endpoint - string
- |
-
- - - 采集器的端点,此组件将向其报告跟踪信息。 - 连接不安全,目前不支持 TLS。 - 推荐不设置,端点为 otlp grpc 默认值 localhost:4317。 - - |
-
samplingRatePerMillion - int32
- |
-
- - - samplingRatePerMillion 是每百万 span 中采集的样本数。 - 推荐不设置。如果不设置,采集器将继承其父级 span 的采样率,否则不进行采样。 - - |
-