-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Create an exporter configuration guide for Jaeger #44
Comments
Can I take this up? I have done it successfully locally. |
Sure! |
I am planning on using opentelemetry-js' one of the examples to send data to Jaeger. Would that suffice? |
That's fine for a start, yeah. We can add other languages to it after the initial work is done. |
I have created a document explaining how to get Jaeger up and running. |
It'll need to be in markdown for us to use it on the site. I think it will be most useful if you could cover how to configure the opentelemetry exporter to Jaeger itself, and discuss any configuration options and what they do. |
Cool, I'll do that |
I made a rough draft of the Quickstart: |
Looks great! Can you create a PR to put it into the website repo? I'll add comments there |
@Bhargavamacha are there any updates on this issue or #45 ? |
The issue has been solved, it was merged to the master branch. #119 |
@Bhargavamacha same with #45 ? |
I haven't opened a PR for it yet, will do it. |
#119 only added guides for JavaScript. IMO, it'd be nice if there was a 'generic' landing page for Jaeger/Zipkin configs that had instructions for each language independently. |
Yeah, I think that's a good idea. Maybe a page saying integrations with all the integrations and options to choose the language for the specific documentation? I haven't been active for a few months, so I am not entirely sure if it's in the works or is already present. |
There's a bit of a longer-term plan for this fall to rework the docs page entirely, where this would be a good fit. |
@austinlparker So, do we want a page with generic text for all languages and boxes with code where you can choose a tab for the specific language you are interested in? |
Sure, sounds good. In the meantime, we can get started with it right, collecting the resources and creating them if there aren't any? Would love to take lead and work through with it. |
Yeah, I think a generic page with different tabs would be great. @Bhargavamacha if you'd like to take point on this, feel free! |
Cool, I'll get a basic framework of the webpage ready. Should a new issue be created? |
Sure thing. |
I'm going to close these because each language will have specific guides on export. |
We need a quick start guide for configuring traces to be sent to the Jaeger exporter, which should also include setting up Jaeger (locally, at least?). Basically the idea is "here's what you need to do in order to run Jaeger so you can see traces" as a starting point.
The text was updated successfully, but these errors were encountered: