Skip to content

Commit bfaa6dc

Browse files
committed
capitalization fix
Signed-off-by: Sally O'Malley <somalley@redhat.com>
1 parent 0a4cccc commit bfaa6dc

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-instrumentation/2831-kubelet-tracing

1 file changed

+2
-2
lines changed

keps/sig-instrumentation/2831-kubelet-tracing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ From there, OpenTelemetry trace data can be exported to a tracing backend of cho
105105
specified within `kubernetes/component-base` with the default URL to make the kubelet send its spans to the collector.
106106
Alternatively, I can point the kubelet at an OpenTelemetry collector listening on a different port or URL if I need to.
107107

108-
#### Continuous Trace Collection
108+
#### Continuous trace collection
109109

110110
As a cluster administrator or cloud provider, I would like to collect gRPC and HTTP trace data from the transactions between the API server and the
111111
kubelet and interactions with a node's container runtime (Container Runtime Interface) to debug cluster problems. I can set the `SamplingRatePerMillion`
@@ -114,7 +114,7 @@ debug, I can search span metadata or specific nodes to find a trace which displa
114114
The sampling rate for trace exports can be configured based on my needs. I can collect each node's kubelet trace data as distinct tracing services
115115
to diagnose node issues.
116116

117-
##### Example Scenarios
117+
##### Example scenarios
118118

119119
* Latency or timeout experienced when:
120120
* Attach or exec to running containers

0 commit comments

Comments
 (0)