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] Add HTTP endpoint accepting spans via thrift from Jaeger client #3008

Closed
simitt opened this issue Dec 5, 2019 · 1 comment
Closed

Comments

@simitt
Copy link
Contributor

simitt commented Dec 5, 2019

Add HTTP endpoint, running on port 14268 to ingest spans sent by jaeger-client via thrift over http.

Part of #2886

Starting point: implementation from 7.x...axw:otel-7.x

@jalvz
Copy link
Contributor

jalvz commented Jan 21, 2020

Verified this works. Started the HotROD sample app from https://www.jaegertracing.io/docs/1.16/getting-started/#sample-app-hotrod and pointed it to apm-server with JAEGER_ENDPOINT environment variable, while having apm-server.jaeger.http.enabled=true.

Jaeger traces show up in the Kibana UI with the equivalent structure of the Jaeger UI. Non default ports work too, and disabling the setting also works as expected.

image

image

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

No branches or pull requests

5 participants