Replace jaeger agent by otlp exporter
The Jaeger agent was deprecated some time ago. Two weeks ago, the code was removed from Jaeger
https://github.com/jaegertracing/jaeger/pull/6868
Currently, we use it in two places:
The otlp exporter can replace it
https://github.com/grafana/tempo/blob/4c489a4e94c22312330ea68349753eee12832684/integration/util/util.go#L360
@javiermolinar, I’d like to work on this task and would appreciate your confirmation. We need to update the tests as well, correct? Specifically, we should replace utils.NewJaegerGRPCClient with utils.NewOtlpJaegerClient, right?
@javiermolinar, I’d like to work on this task and would appreciate your confirmation. We need to update the tests as well, correct? Specifically, we should replace utils.NewJaegerGRPCClient with utils.NewOtlpJaegerClient, right?
You are correct, thank you for submitting a PR, I'll review it next week
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity. Please apply keepalive label to exempt this Issue.