We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef91bf commit f4e0908Copy full SHA for f4e0908
docs/toolhive/guides-k8s/telemetry-and-metrics.md
@@ -262,11 +262,14 @@ Coming soon.
262
263
Adjust sampling rates based on your environment:
264
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
-
+- **Development**:
+
+ ```yaml
+ spec:
+ telemetry:
270
+ openTelemetry:
271
+ tracing:
272
+ samplingRate: 1.0 # 100% sampling
273
### Network overhead
274
275
Telemetry adds minimal overhead when properly configured:
0 commit comments