Skip to content

Commit 4de9683

Browse files
committed
[zh-cn] sync apiserver-config.v1beta1.md
Signed-off-by: xin.li <[email protected]>
1 parent e5b31b8 commit 4de9683

File tree

1 file changed

+59
-58
lines changed

1 file changed

+59
-58
lines changed

content/zh-cn/docs/reference/config-api/apiserver-config.v1beta1.md

Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,65 @@ EgressSelectorConfiguration 为 Egress 选择算符客户端提供版本化的
5252
</tbody>
5353
</table>
5454

55+
## `TracingConfiguration` {#TracingConfiguration}
56+
57+
<!--
58+
**Appears in:**
59+
-->
60+
**出现在:**
61+
62+
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
63+
64+
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
65+
66+
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)
67+
68+
<p>
69+
<!--
70+
TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.
71+
-->
72+
TracingConfiguration 为 OpenTelemetry 跟踪客户端提供版本化的配置。
73+
</p>
74+
75+
<table class="table">
76+
77+
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>
78+
<tbody>
79+
80+
<tr><td><code>endpoint</code><br/>
81+
<code>string</code>
82+
</td>
83+
<td>
84+
<p>
85+
<!--
86+
Endpoint of the collector this component will report traces to.
87+
The connection is insecure, and does not currently support TLS.
88+
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.
89+
-->
90+
采集器的端点,此组件将向其报告跟踪信息。
91+
连接不安全,目前不支持 TLS。
92+
推荐不设置,端点为 otlp grpc 默认值 localhost:4317。
93+
</p>
94+
</td>
95+
</tr>
96+
<tr><td><code>samplingRatePerMillion</code><br/>
97+
<code>int32</code>
98+
</td>
99+
<td>
100+
<p>
101+
<!--
102+
SamplingRatePerMillion is the number of samples to collect per million spans.
103+
Recommended is unset. If unset, sampler respects its parent span's sampling
104+
rate, but otherwise never samples.
105+
-->
106+
samplingRatePerMillion 是每百万 span 中采集的样本数。
107+
推荐不设置。如果不设置,采集器将继承其父级 span 的采样率,否则不进行采样。
108+
</p>
109+
</td>
110+
</tr>
111+
</tbody>
112+
</table>
113+
55114
## `TracingConfiguration` {#apiserver-k8s-io-v1beta1-TracingConfiguration}
56115

57116
<p>
@@ -412,61 +471,3 @@ UDSTransport 设置通过 UDS 连接 konnectivity 服务器时需要的信息。
412471
</tr>
413472
</tbody>
414473
</table>
415-
416-
## `TracingConfiguration` {#TracingConfiguration}
417-
418-
<!--
419-
**Appears in:**
420-
-->
421-
**出现在:**
422-
423-
- [KubeletConfiguration](#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
424-
425-
- [TracingConfiguration](#apiserver-k8s-io-v1alpha1-TracingConfiguration)
426-
427-
- [TracingConfiguration](#apiserver-k8s-io-v1beta1-TracingConfiguration)
428-
429-
<p>
430-
<!--
431-
TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.
432-
-->
433-
TracingConfiguration 为 OpenTelemetry 跟踪客户端提供了不同版本的配置。
434-
</p>
435-
436-
<table class="table">
437-
<thead><tr><th width="30%">Field</th><th>Description</th></tr></thead>
438-
<tbody>
439-
440-
<tr><td><code>endpoint</code><br/>
441-
<code>string</code>
442-
</td>
443-
<td>
444-
<p>
445-
<!--
446-
Endpoint of the collector this component will report traces to.
447-
The connection is insecure, and does not currently support TLS.
448-
Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.
449-
-->
450-
采集器的端点,此组件将向其报告跟踪信息。
451-
连接不安全,目前不支持 TLS。
452-
推荐不设置,端点为 otlp grpc 默认值 localhost:4317。
453-
</p>
454-
</td>
455-
</tr>
456-
<tr><td><code>samplingRatePerMillion</code><br/>
457-
<code>int32</code>
458-
</td>
459-
<td>
460-
<p>
461-
<!--
462-
SamplingRatePerMillion is the number of samples to collect per million spans.
463-
Recommended is unset. If unset, sampler respects its parent span's sampling
464-
rate, but otherwise never samples.
465-
-->
466-
samplingRatePerMillion 是每百万 span 中采集的样本数。
467-
推荐不设置。如果不设置,采集器将继承其父级 span 的采样率,否则不进行采样。
468-
</p>
469-
</td>
470-
</tr>
471-
</tbody>
472-
</table>

0 commit comments

Comments
 (0)