The change is already in the tracing lib but is commented out, so there's probably some reason we're still using JaegerExporter (dependency availability?), but this needs to be revisited as the JaegerExporter is deprecated and we should send everything through the OpenTelemetry collector (the job wrapper already is using OTLP).
|
# from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter # type: ignore |
Related: #592