File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/concepts/cluster-administration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spans for 1 in 10000 requests, and uses the default OpenTelemetry endpoint:
119
119
下面是一个示例配置,它为万分之一的请求记录 spans,并使用了默认的 OpenTelemetry 端口。
120
120
121
121
` ` ` yaml
122
- apiVersion: apiserver.config.k8s.io/v1beta1
122
+ apiVersion: apiserver.config.k8s.io/v1alpha1
123
123
kind: TracingConfiguration
124
124
# default value
125
125
#endpoint: localhost:4317
@@ -128,11 +128,11 @@ samplingRatePerMillion: 100
128
128
129
129
<!--
130
130
For more information about the `TracingConfiguration` struct, see
131
- [API server config API (v1beta1 )](/docs/reference/config-api/apiserver-config.v1beta1 /#apiserver-k8s-io-v1beta1 -TracingConfiguration).
131
+ [API server config API (v1alpha1 )](/docs/reference/config-api/apiserver-config.v1alpha1 /#apiserver-k8s-io-v1alpha1 -TracingConfiguration).
132
132
-->
133
133
134
134
有关 TracingConfiguration 结构体的更多信息,请参阅
135
- [API 服务器配置 API (v1beta1 )](/docs/reference/config-api/apiserver-config.v1beta1 /#apiserver-k8s-io-v1beta1 -TracingConfiguration)。
135
+ [API 服务器配置 API (v1alpha1 )](/zh/ docs/reference/config-api/apiserver-config.v1alpha1 /#apiserver-k8s-io-v1alpha1 -TracingConfiguration)。
136
136
137
137
<!--
138
138
# # Stability
@@ -154,4 +154,4 @@ there are no guarantees of backwards compatibility for tracing instrumentation.
154
154
<!--
155
155
* Read about [Getting Started with the OpenTelemetry Collector](https://opentelemetry.io/docs/collector/getting-started/)
156
156
-->
157
- * 阅读[Getting Started with the OpenTelemetry Collector](https://opentelemetry.io/docs/collector/getting-started/)
157
+ * 阅读[Getting Started with the OpenTelemetry Collector](https://opentelemetry.io/docs/collector/getting-started/)
You can’t perform that action at this time.
0 commit comments