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

Hotrod - failed to flush Jaeger spans #280

Open
QAInsights opened this issue Aug 20, 2021 · 1 comment
Open

Hotrod - failed to flush Jaeger spans #280

QAInsights opened this issue Aug 20, 2021 · 1 comment

Comments

@QAInsights
Copy link

I raised this issue in here, but couldn't get any updates. Hence, posting it in here.

Use Case

I am trying to trace the hot rod requests in Hypertrace. But I am getting "failing to flush errors".

  • Started Hypertrace
  • Able to access Hypertrace UI at 2020
  • Started Hotrod
  • Able to access Hotrod application at 8080
  • But the trace is not getting displayed in the Hypertrace UI. In Hotrod, I am seeing
    " failed to flush Jaeger spans to server: Post "http://docker.for.mac.localhost:14268/api/traces": dial tcp 127.0.0.1:14268: connect: connection refused {"service": "driver"}" error.

Same case with TODO app as well.

Proposal

NA

Questions to address (if any)

@JBAhire
Copy link
Member

JBAhire commented Aug 23, 2021

Hey @QAInsights !

Thanks for opening the issue.

Can you please try running the hotrod app with following command?

docker run \
  --rm \
  --env JAEGER_ENDPOINT=http://host.docker.internal:14268/api/traces \
  -p8080:8080 \
  jaegertracing/example-hotrod:latest \
  all

And try sending traces?

I tried to reproduce this but it's not happening for me somehow.

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

No branches or pull requests

2 participants