tempo icon indicating copy to clipboard operation
tempo copied to clipboard

Replace jaeger agent by otlp exporter

Open javiermolinar opened this issue 8 months ago • 2 comments

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:

Tempo vulture

Integration tests util

The otlp exporter can replace it

https://github.com/grafana/tempo/blob/4c489a4e94c22312330ea68349753eee12832684/integration/util/util.go#L360

javiermolinar avatar Mar 31 '25 13:03 javiermolinar

@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?

iamrajiv avatar Apr 27 '25 20:04 iamrajiv

@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

javiermolinar avatar May 02 '25 14:05 javiermolinar

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.

github-actions[bot] avatar Jul 02 '25 00:07 github-actions[bot]