From 40877ab6fb22e2eb70ffb409826e7b84b2058ace Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:18:17 +0100 Subject: [PATCH] docs(telemetry): rename the endpoint option to traces_endpoint The [telemetry] option table documents the config key operators copy. The key is now traces_endpoint, named for the one OTLP signal it carries, so the old row pointed at a key the parser no longer reads. Two prose mentions of "endpoint" further down describe the concept rather than naming the key, and are left alone. --- OpenTelemetryPlan/05-configuration-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenTelemetryPlan/05-configuration-reference.md b/OpenTelemetryPlan/05-configuration-reference.md index 579ee10a66..cf0f993dda 100644 --- a/OpenTelemetryPlan/05-configuration-reference.md +++ b/OpenTelemetryPlan/05-configuration-reference.md @@ -18,7 +18,7 @@ The authoritative `[telemetry]` example lives in `cfg/xrpld-example.cfg`. Teleme | Option | Type | Default | Description | | --------------------- | ------ | --------------------------------- | ---------------------------------------------------- | | `enabled` | bool | `false` | Enable/disable telemetry | -| `endpoint` | string | `http://localhost:4318/v1/traces` | OTLP/HTTP collector endpoint | +| `traces_endpoint` | string | `http://localhost:4318/v1/traces` | Full OTLP/HTTP URL for spans, used verbatim | | `use_tls` | bool | `false` | Enable TLS for exporter connection | | `tls_ca_cert` | string | `""` | Path to CA certificate file | | `batch_size` | uint | `512` | Spans per export batch |