Skip to content

Commit 438436a

Browse files
committed
clarify that traces are never collected when disabled
1 parent 540ba2c commit 438436a

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-instrumentation/647-apiserver-tracing

1 file changed

+1
-1
lines changed

keps/sig-instrumentation/647-apiserver-tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ type TracingConfiguration struct {
130130
}
131131
```
132132

133-
If `--opentelemetry-config-file` is not specified, the API Server will not send any telemetry.
133+
If `--opentelemetry-config-file` is not specified, the API Server will not send any spans, even if incoming requests are sampled.
134134

135135
### Controlling use of the OpenTelemetry library
136136

0 commit comments

Comments
 (0)