mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user