-
Notifications
You must be signed in to change notification settings - Fork 251
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
Examples Exporting Traces to Collector. #771
Comments
One place to look would be the I've played around with the idea of sample applications as well, and here's a ruby / protobuf example: https://github.com/ahayworth/hipster-shop/tree/master/src/cartservice . It's not up to the latest ruby API, but the gist of it should be the same. (Note that the If you have any specific questions, please let us know - we are always looking to improve documentation. 😄 |
Hi @ahayworth , I did the following :- opentelemetry-ruby/instrumentation/http_client/example$ And ended up with the following error : We have an instance of collector running on our servers and listening on port 55680, are there any environment variables that need to be set to transfer the traces over to the server? |
@contractormarketplace if I understand your need you are looking for an example of how to configure the SDK to export to |
@arielvalentin , yes that is correct. Basically, we have a server in our intranet that runs the collector listening on port 55680. We are trying to send traces (not metrics) to the collector. |
This error implies that your local ruby installation cannot find the |
I did the following :- |
I believe using Since you said you're new to ruby, I think you may wish to consult some of the bundler documentation, and general how-tos on getting a working ruby environment. I would start here:
For now I'll close out this issue, since I think this is related to your overall ruby installation not working correctly and that's out of scope for this project. However, please re-open it if you find something specific that we can help out with for opentelemetry! |
We are trying to build a proof of concept application that will export traces to the collector. We did NOT find any examples that export traces to collector. Are there any sample apps that will export traces to collector? Can you please provide references.
The text was updated successfully, but these errors were encountered: