Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaeger Agent adding collector endpoint to user-provided list of collectors #2309

Closed
jpkrohling opened this issue Jun 25, 2020 · 0 comments · Fixed by #2396
Closed

Jaeger Agent adding collector endpoint to user-provided list of collectors #2309

jpkrohling opened this issue Jun 25, 2020 · 0 comments · Fixed by #2396
Labels

Comments

@jpkrohling
Copy link
Contributor

Describe the bug
When running the all-in-one, specifying the parameter --reporter.grpc.host-port should result in the agent using that parameter as the list of collectors to connect to. Instead, the agent is adding its own collector to the list:

To Reproduce
Steps to reproduce the behavior:

  1. go run ./cmd/all-in-one/main.go --query.static-files jaeger-ui/packages/jaeger-ui/build --collector.grpc-server.host-port :14251 --reporter.grpc.host-port localhost:14250

From the logs:

{"level":"info","ts":1593093249.0338247,"caller":"grpc/builder.go:86","msg":"Agent is connecting to a static list of collectors","dialTarget":"c3q8fb7dyt3d:///round_robin","collector hosts":"localhost:14250,:14251"}

Expected behavior
The agent's list of collectors to connect to includes only localhost:14250

Screenshots
n/a

Version (please complete the following information):

  • OS: Fedora 32 w/ latest updates
  • Jaeger version: latest master as of now (1f70cab69fbd454e7d3013755e8d7a64bc0f8063)
  • Deployment: bare metal

What troubleshooting steps did you try?
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant