Skip to content
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

Conversation

toumorokoshi
Copy link
Member

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.

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.
milestones.md Outdated Show resolved Hide resolved
specification/glossary.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
specification/overview.md Outdated Show resolved Hide resolved
Using the full "instrumentation libraries" form where possible.

Fixing capitalization of OpenTelemetry.

Adding reference to "Instrumenting Libraries".

Adding link to definition in overview
@carlosalberto
Copy link
Contributor

@open-telemetry/specs-approvers please review/approve this PR ;)

@carlosalberto
Copy link
Contributor

@toumorokoshi Please resolve the (already resolved) comments so new reviewers can get a more condensed view ;)

specification/glossary.md Outdated Show resolved Hide resolved
fixing typo

Co-authored-by: Giovanni Liva <[email protected]>
@toumorokoshi
Copy link
Member Author

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.

Copy link
Member

@arminru arminru left a 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!

specification/glossary.md Show resolved Hide resolved
specification/glossary.md Show resolved Hide resolved
specification/trace/api.md Show resolved Hide resolved
@SergeyKanzhelev
Copy link
Member

this seems to be mostly an alignment. not a new work. And we have enough sign offs. Merging

@SergeyKanzhelev SergeyKanzhelev merged commit 784635d into open-telemetry:master May 18, 2020
MrAlias added a commit to MrAlias/opentelemetry-specification that referenced this pull request May 18, 2020
bogdandrutu pushed a commit that referenced this pull request May 19, 2020
* 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]>
@toumorokoshi
Copy link
Member Author

toumorokoshi commented May 28, 2020

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

  • dotnet
  • java

not instrumentation

@dyladan
Copy link
Member

dyladan commented May 28, 2020

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

@MrAlias
Copy link
Contributor

MrAlias commented May 28, 2020

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.

@toumorokoshi
Copy link
Member Author

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

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.

MrAlias added a commit to MrAlias/opentelemetry-go that referenced this pull request May 29, 2020
MrAlias added a commit to MrAlias/opentelemetry-go-contrib that referenced this pull request May 29, 2020
jmacd pushed a commit to open-telemetry/opentelemetry-go that referenced this pull request May 30, 2020
* Rename plugin directory to instrumentation

As per open-telemetry/opentelemetry-specification#539

* Update package paths

* Fix tracer names in othttp instrumentation
MrAlias added a commit to open-telemetry/opentelemetry-go-contrib that referenced this pull request Jun 1, 2020
* Rename plugins director to instrumentation

As per open-telemetry/opentelemetry-specification#539

* Update package names

* Plugin -> instrumentation
shbieng added a commit to shbieng/opentelemetry-go that referenced this pull request Aug 26, 2022
* Rename plugin directory to instrumentation

As per open-telemetry/opentelemetry-specification#539

* Update package paths

* Fix tracer names in othttp instrumentation
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
* 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]>
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

standardize on a name for plugins/extensions/integrations/instrumentations
9 participants