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

Example of a client posting to collector over HTTP #266

Closed
mnaga opened this issue Jul 11, 2017 · 2 comments
Closed

Example of a client posting to collector over HTTP #266

mnaga opened this issue Jul 11, 2017 · 2 comments

Comments

@mnaga
Copy link

mnaga commented Jul 11, 2017

From the documentation I see that the collector has a http port as well and the span data can be sent directly from clients. Is there any example or documentation around the http endpoint?

To provide some context, we have a home grown instrumentation around our services and as a first step would like to post that data to jaeger and am trying to see whats the best option.

14268 | HTTP | can accept spans directly from clients in Jaeger or Zipkin Thrift

@yurishkuro
Copy link
Member

jaeger-client-go & java can be configured to use HTTP sender instead of UDP sender, you can probably use those as it and give them spans (might not work if spans have private data that you cannot provide directly, but at least you can see the code for the sender).

@yurishkuro
Copy link
Member

Closing as the docs requirement is covered by #456

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