Documentation and guides #774
Replies: 1 comment 1 reply
-
In general, the opentelemetry.io docs should be higher level ("Getting Started"), with references to more detailed API docs and examples. The doc structure comes from #691:
The docs for opentelemetry.io live here: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/website_docs Internal documentation should be more detailed, and clearly aimed at different audiences/tasks:
Why not both? 🤷 In general, we should always be aware of "cargo culting" with examples - folks looking for a quick win will blindly copy code and likely won't pay attention to suggestions in comments or associated docs. We should strive to have examples work out of the box for typical deployments - environment variables should be used to configure them rather than hardcoding configuration in the example code.
We should do both. The |
Beta Was this translation helpful? Give feedback.
-
https://opentelemetry.io/docs/ruby/ does not have much detail on the main site other than status and links to this repository.
What expectations do we have around how much detail goes into external vs internal documentation?
Do we prefer example code vs documentation?
Should we contribute to
hipster-shop
instead of maintaining examples in the repository?Related Issue
cc: @open-telemetry/ruby-approvers
Beta Was this translation helpful? Give feedback.
All reactions