+33
−2
+1
−23
Loading
Add YARD documentation to tracing_url, tracing_url_enabled?, and tracing_url_template explaining they only work with OpenTracing/Jaeger. These methods use correlation_id for trace lookups, which only works with Jaeger's legacy OpenTracing integration. Modern OTel backends (Jaeger with OTLP, Grafana Tempo, etc.) require trace_id instead. Also removed "Getting Trace URLs" section from tracing README to keep OTel-focused documentation accurate. Methods remain functional for backward compatibility.