-
Notifications
You must be signed in to change notification settings - Fork 888
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
normalize term for instrumentations #539
normalize term for instrumentations #539
Conversation
Fixes open-telemetry#476 A single term for instrumentation libraries would be beneficial, as it reduces ambiguation. Removing synonyms "integration" and "adapter". Integration doesn't imply some form of instrumentation, while adapter could easily overlap with middleware or other concepts in existing frameworks that will be instrumented.
Using the full "instrumentation libraries" form where possible. Fixing capitalization of OpenTelemetry. Adding reference to "Instrumenting Libraries". Adding link to definition in overview
@open-telemetry/specs-approvers please review/approve this PR ;) |
@toumorokoshi Please resolve the (already resolved) comments so new reviewers can get a more condensed view ;) |
fixing typo Co-authored-by: Giovanni Liva <[email protected]>
Mentioned in the commits, but just as an FYI: I couldn't find a clear source to determine how to make "instrumentation" plural, so I renamed all referenced to "instrumentation libraries" instead. |
Co-authored-by: Morgan McLean <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this!
this seems to be mostly an alignment. not a new work. And we have enough sign offs. Merging |
* Fix instrumentation library synonym Address issue not resolved in #539: https://github.com/open-telemetry/opentelemetry-specification/pull/539/files#r426546780 * Link to definition in api.md * Link to definition from glossary.md Co-authored-by: Armin Ruech <[email protected]>
Going to add some notes as a public system of record is good. As of this post, the following languages have the following conventions: instrumentation
not instrumentation
|
JS maintainer here. Should we be renaming existing libraries to use the term "instrumentation", or just using that term in new libraries and keeping existing naming for packages already published? /cc @open-telemetry/javascript-maintainers @open-telemetry/go-maintainers @open-telemetry/ruby-maintainers @open-telemetry/python-maintainers @open-telemetry/technical-committee |
If there is going to be a push to do this, the time is best before the GA release. I'm interested what the @open-telemetry/technical-committee 's guidance here is. |
As @MrAlias mentioned, the best time to do a complete rename is before GA. I'll be filing tickets in all repos to start the discussion, but I think that's a SIG / TC decision. I'll see if I can bring it up in the next spec meeting as well. As a data point, I'll be making a hard push to do a complete rename on the Python side, as well as adhering to the standard from now on. |
* Rename plugin directory to instrumentation As per open-telemetry/opentelemetry-specification#539 * Update package paths * Fix tracer names in othttp instrumentation
* Rename plugins director to instrumentation As per open-telemetry/opentelemetry-specification#539 * Update package names * Plugin -> instrumentation
* Rename plugin directory to instrumentation As per open-telemetry/opentelemetry-specification#539 * Update package paths * Fix tracer names in othttp instrumentation
* normalize term for instrumentations Fixes open-telemetry#476 A single term for instrumentation libraries would be beneficial, as it reduces ambiguation. Removing synonyms "integration" and "adapter". Integration doesn't imply some form of instrumentation, while adapter could easily overlap with middleware or other concepts in existing frameworks that will be instrumented. * Addressing feedback Using the full "instrumentation libraries" form where possible. Fixing capitalization of OpenTelemetry. Adding reference to "Instrumenting Libraries". Adding link to definition in overview * finishing cleaning up merge errors. * fixing for lint. * re-removing milestones * Update specification/glossary.md fixing typo Co-authored-by: Giovanni Liva <[email protected]> * Addressing feedback Re-adding a section clarifying the goal of opentelemetry to enable native instrumentation. Fixing links. * rewriting first paragraph on instrumentation libraries Clarifying several aspects about instrumentation libraries. * Update specification/error-handling.md Co-authored-by: Morgan McLean <[email protected]> Co-authored-by: Giovanni Liva <[email protected]> Co-authored-by: Morgan McLean <[email protected]>
* Fix instrumentation library synonym Address issue not resolved in open-telemetry#539: https://github.com/open-telemetry/opentelemetry-specification/pull/539/files#r426546780 * Link to definition in api.md * Link to definition from glossary.md Co-authored-by: Armin Ruech <[email protected]>
Fixes #476
A single term for instrumentation libraries would be beneficial, as
it reduces ambiguation. Removing synonyms "integration" and "adapter".
Integration doesn't imply some form of instrumentation, while adapter
could easily overlap with middleware or other concepts in existing
frameworks that will be instrumented.