mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
Both sides documented the same six [telemetry] keys, so the automatic merge duplicated all of them. Resolved by keeping this branch's structure - which already covers all 14 keys and groups them under TLS and batch-processor headings - and folding in the corrections from the upstream side: - endpoint is renamed to traces_endpoint, which is what the parser reads, and described as used verbatim including its signal path. - use_tls no longer claims to enable TLS. The exporter's URL scheme selects TLS; this key only decides whether tls_ca_cert reaches it as a CA bundle. - tls_ca_cert records that the path is not opened while the config is parsed, so an unreadable file shows up as an export failure rather than at startup. - service_instance_id explains that it is normally left unset and filled in from the node public key during startup. Section::value_or in 05-configuration-reference.md becomes Section::valueOr; that member does not exist under the other spelling.