-
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
Finish refactoring Java information architecture #5211
Comments
Thanks for following up, @jack-berg ! |
Dropping this here, but I'm happy to create a new issue, if anyone thinks it's necessary. In the last week or so, we've seen two issues raised by users looking for exporter information in the new Java docs: #5219 and #5255/#12338 . I know @jack-berg has moved the exporter information into the Manage telemetry page. As we reconfigure the language docs, we might consider highlighting frequently used sections so users can find them more easily. This highlighting could easily be done on the new "Learn the basics" page that Jack describes above, but I also wanted to point out that the SDK component section seems like reference documentation that doesn't wholly fit with the task-like title of the page (Manage telemetry...). It's also reference documentation that might be useful for experienced OTel Java users as well as new users. So perhaps it makes sense to break the components out into their own page. |
I'm not sure I understand this suggestion. If you break out the SDK components section into its own page, what's left on the "Manage Telemetry with SDK" page? |
I was thinking it could be a much shorter landing page, with child page(s) for the components. I think the main issue is that people looking for information on exporters and other components don't realize those docs are part of the "Manage telemetry" page. If the nav were to include headings for the components (as child pages) it might make them easier to find. But I'm not attached to any particular fix. I just wanted to raise the issue. |
I think broadly speaking, we have two emerging classes of pages:
In my mind, the answer is to be clear on when a page is a technical reference page, and when its addressing a user workflow. If we cleanly separate the two, the user workflow pages become much more concise, since they can focus on the task at hand and link out to appropriate technical reference pages to expound on the details. The technical reference pages are like an encyclopedia, and not very many people read an encyclopedia front to back - they use indexes to find the information they need. When I look at the collection of content that represent the user workflow pages, I see a bunch of content which is better served as content in the examples repository. To use a few of the examples I gave earlier:
Here's my proposal:
|
100% agree. And I also agree to keep going forward with the proposed work. Coming at the issue of reference pages from a technical writer's perspective, the page titles we've selected (Manage... Configure...) are not typical headings for reference topics. They are worded more like titles used for user workflow pages: they start with a verb and indicate the action or task to accomplish. As we fine-tune, rethinking the page titles might help with cleanly separating the two types of topics, and making content easier for users to find. |
I'm happy to work with you all and iterate. My priority has been establishing quality technical reference pages because they are the foundation. In some sense the current titles are correct. "Manage Telemetry with SDK" <- this is an exhaustive guide to managing the telemetry with the SDK. Now, most users don't probably want to sit down and read the whole thing, and so we're tempted to write an abridged version. But some users will need the snippets of information that would be omitted, and shortening the content doesn't make the title more correct. 🤷 |
Full ACK on the technical reference pages vs user workflow, that's also why I proposed that we introduce a new "Learning OpenTelemetry" path on the website here based on suggestions by @avillela, @jpkrohling, @hughesjj and others. I already played around with an implementation example, so I can share that soon, but to begin with feel free to take a look into https://docs.google.com/document/d/10HD5cdmKWza6GdS4Jdea3T74kqfXaVaaOwZ1juzFk5s/edit |
Followup on #4966 to finish the ideas in #4853. If / when complete, we can decide if its useful for other languages to follow suit.
Nest Registry, Performance, API (Javadoc) under new "Learn more" section<- Revised strategy in Move performance to java agent, merge javadoc into API page #5590The text was updated successfully, but these errors were encountered: