@@ -14,6 +14,49 @@ auto_generated: true
14
14
- [ TracingConfiguration] ( #apiserver-k8s-io-v1beta1-TracingConfiguration )
15
15
16
16
17
+
18
+
19
+ ## ` TracingConfiguration ` {#TracingConfiguration}
20
+
21
+
22
+ ** Appears in:**
23
+
24
+ - [ KubeletConfiguration] ( #kubelet-config-k8s-io-v1beta1-KubeletConfiguration )
25
+
26
+ - [ TracingConfiguration] ( #apiserver-k8s-io-v1alpha1-TracingConfiguration )
27
+
28
+ - [ TracingConfiguration] ( #apiserver-k8s-io-v1beta1-TracingConfiguration )
29
+
30
+
31
+ <p >TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p >
32
+
33
+
34
+ <table class =" table " >
35
+ <thead ><tr ><th width =" 30% " >Field</th ><th >Description</th ></tr ></thead >
36
+ <tbody >
37
+
38
+
39
+ <tr ><td ><code >endpoint</code ><br />
40
+ <code >string</code >
41
+ </td >
42
+ <td >
43
+ <p >Endpoint of the collector this component will report traces to.
44
+ The connection is insecure, and does not currently support TLS.
45
+ Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p >
46
+ </td >
47
+ </tr >
48
+ <tr ><td ><code >samplingRatePerMillion</code ><br />
49
+ <code >int32</code >
50
+ </td >
51
+ <td >
52
+ <p >SamplingRatePerMillion is the number of samples to collect per million spans.
53
+ Recommended is unset. If unset, sampler respects its parent span's sampling
54
+ rate, but otherwise never samples.</p >
55
+ </td >
56
+ </tr >
57
+ </tbody >
58
+ </table >
59
+
17
60
18
61
## ` EgressSelectorConfiguration ` {#apiserver-k8s-io-v1beta1-EgressSelectorConfiguration}
19
62
@@ -291,47 +334,4 @@ This does not use a unix:// prefix. (Eg: /etc/srv/kubernetes/konnectivity-server
291
334
</tr >
292
335
</tbody >
293
336
</table >
294
-
295
-
296
-
297
-
298
- ## ` TracingConfiguration ` {#TracingConfiguration}
299
-
300
-
301
- ** Appears in:**
302
-
303
- - [ KubeletConfiguration] ( #kubelet-config-k8s-io-v1beta1-KubeletConfiguration )
304
-
305
- - [ TracingConfiguration] ( #apiserver-k8s-io-v1alpha1-TracingConfiguration )
306
-
307
- - [ TracingConfiguration] ( #apiserver-k8s-io-v1beta1-TracingConfiguration )
308
-
309
-
310
- <p >TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients.</p >
311
-
312
-
313
- <table class =" table " >
314
- <thead ><tr ><th width =" 30% " >Field</th ><th >Description</th ></tr ></thead >
315
- <tbody >
316
-
317
-
318
- <tr ><td ><code >endpoint</code ><br />
319
- <code >string</code >
320
- </td >
321
- <td >
322
- <p >Endpoint of the collector this component will report traces to.
323
- The connection is insecure, and does not currently support TLS.
324
- Recommended is unset, and endpoint is the otlp grpc default, localhost:4317.</p >
325
- </td >
326
- </tr >
327
- <tr ><td ><code >samplingRatePerMillion</code ><br />
328
- <code >int32</code >
329
- </td >
330
- <td >
331
- <p >SamplingRatePerMillion is the number of samples to collect per million spans.
332
- Recommended is unset. If unset, sampler respects its parent span's sampling
333
- rate, but otherwise never samples.</p >
334
- </td >
335
- </tr >
336
- </tbody >
337
- </table >
337
+
0 commit comments