docs(telemetry): drop sampling_ratio from mainnet sample config

Head sampling is fixed at 1.0 and not configurable. Remove the
sampling_ratio line and its stale tuning comment; point volume reduction
at collector-side tail sampling.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-06-10 10:04:59 +01:00
parent 91159c318b
commit a7ada14010

View File

@@ -125,10 +125,9 @@ service_instance_id=xrpld-mainnet
endpoint=http://localhost:4318/v1/traces
metrics_endpoint=http://localhost:4318/v1/metrics
exporter=otlp_http
# Mainnet has high span throughput across peer/ledger/consensus.
# 0.05 keeps Tempo/collector load sustainable. Raise to 1.0 for
# short debugging windows only.
sampling_ratio=1.0
# Mainnet has high span throughput across peer/ledger/consensus. Head
# sampling is fixed at 1.0 (sample everything) and not configurable;
# reduce Tempo/collector load with collector-side tail sampling.
batch_size=512
batch_delay_ms=5000
max_queue_size=2048