Skip to content

Commit

Permalink
Update content/en/docs/concepts/cluster-administration/system-traces.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
sallyom and sftim authored Aug 12, 2022
1 parent e131a2a commit b73a7e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ The kubelet CRI interface and authenticated http servers are instrumented to gen
trace spans. As with the apiserver, the endpoint and sampling rate are configurable.
Trace context propagation is also configured. When enabled without a tracing configuration sampling rate,
a parent span's sampling decision is respected.
Enabled without a configured endpoint, the default OpenTelemetry Collector reciever address of "localhost:4317" is set.
If you enable tracing but do not configure a custom target for the OpenTelemetry data, the kubelet
sends trace data to the default OpenTelemetry Collector receiver address (`localhost:4317`).

#### Enabling tracing in the kubelet

Expand Down

0 comments on commit b73a7e6

Please sign in to comment.