Skip to content

Commit 14d65cf

Browse files
committed
capitalization fix
Signed-off-by: Sally O'Malley <[email protected]>
1 parent bbe94e3 commit 14d65cf

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
@@ -106,7 +106,7 @@ From there, OpenTelemetry trace data can be exported to a tracing backend of cho
106106
specified within `kubernetes/component-base` with the default URL to make the kubelet send its spans to the collector.
107107
Alternatively, I can point the kubelet at an OpenTelemetry collector listening on a different port or URL if I need to.
108108

109-
#### Continuous Trace Collection
109+
#### Continuous trace collection
110110

111111
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
112112
kubelet and interactions with a node's container runtime (Container Runtime Interface) to debug cluster problems. I can set the `SamplingRatePerMillion`
@@ -115,7 +115,7 @@ debug, I can search span metadata or specific nodes to find a trace which displa
115115
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
116116
to diagnose node issues.
117117

118-
##### Example Scenarios
118+
##### Example scenarios
119119

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

0 commit comments

Comments
 (0)