mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
The pinned collector warns on every start that "otlp" is a deprecated alias for "otlp_grpc". Rename the trace exporter to otlp_grpc/tempo. Only the exporter is affected. The otlp RECEIVER keeps its name: it serves both gRPC and HTTP under one component and is not deprecated, verified by renaming the exporter alone and seeing the warning stop. This belongs on this branch because it introduces the exporter, and it is the last of four deprecated aliases in the collector config; the other three are owned by later branches in the chain.