Skip to content

Fix jaeger-agent deprecation in socialNetwork#352

Open
LewisRye wants to merge 1 commit into
delimitrou:masterfrom
LewisRye:master
Open

Fix jaeger-agent deprecation in socialNetwork#352
LewisRye wants to merge 1 commit into
delimitrou:masterfrom
LewisRye:master

Conversation

@LewisRye

Copy link
Copy Markdown

Upon the release of Jaeger 1.63.0/2.0.0, the jaeger-agent has been deprecated, meaning that the socialNetwork deployment no longer works with any version of jaegertracing/all-in-one > 1.62.0.

I am creating a PR for a short term fix (revert back to the latest stable version of jaegertracing/all-in-one that includes the jaeger-agent), a longer term fix would involve moving away from jaeger-agent entirely.

@harish24039 harish24039 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project was a course project for me and jaeger won't unless you change latest to 1.62.0.

@alberto-escobar

Copy link
Copy Markdown

if someone is running socialNetwork using any of the docker-compose*.yml files they will need change the version used for jaeger by changing the line:

  jaeger-agent:
    image: jaegertracing/all-in-one:latest

to

  jaeger-agent:
   image: jaegertracing/all-in-one:1.62.0

@a-a-k

a-a-k commented Oct 6, 2025

Copy link
Copy Markdown

@alberto-escobar you can simply override compose and leave the source as it is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants