Skip to content

What is difference between jaeger collector and jaeger agent? #1488

Answered by yurishkuro
zheyiyi asked this question in Q&A
Discussion options

You must be logged in to vote

Agents are local to the host, so the client libraries do not need to do any service discovery to find them. Agents mostly just forward traffic to collectors, but they can also enrich spans with extra metadata (using agent tags).

For legacy reasons, agents implement HTTP endpoints that clients use to poll for sampling strategies and other configurations. The same HTTP endpoints are not mounted on the collectors. (this has been fixed)

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by yurishkuro
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vikaskarla
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #1488 on December 28, 2020 06:52.