Skip to content

Commit f4e0908

Browse files
ChrisJBurnsCopilot
andauthored
Update docs/toolhive/guides-k8s/telemetry-and-metrics.md
Co-authored-by: Copilot <[email protected]>
1 parent 6ef91bf commit f4e0908

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/toolhive/guides-k8s/telemetry-and-metrics.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,14 @@ Coming soon.
262262

263263
Adjust sampling rates based on your environment:
264264

265-
- **Development**: `--otel-sampling-rate 1.0` (100% sampling)
266-
- **Production**: `--otel-sampling-rate 0.01` (1% sampling for high-traffic
267-
systems)
268-
- **Default**: `--otel-sampling-rate 0.05` (5% sampling)
269-
265+
- **Development**:
266+
267+
```yaml
268+
spec:
269+
telemetry:
270+
openTelemetry:
271+
tracing:
272+
samplingRate: 1.0 # 100% sampling
270273
### Network overhead
271274
272275
Telemetry adds minimal overhead when properly configured:

0 commit comments

Comments
 (0)