Skip to content

align opentelemetry instrumentation naming with specification #37

@toumorokoshi

Description

@toumorokoshi

Hi!

I recently worked with opentelemetry-specification to align on a standardized naming for instrumentations across languages. Here's the final result:

https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/overview.md#instrumentation-libraries

And the PR where it was discussed:

open-telemetry/opentelemetry-specification#539

I think if js followed the specification as written, it would have every package here renamed (replace "plugin" with "instrumentation")

opentelemetry-plugin-xml-http-request -> opentelemetry-instrumentation-plugin-xml-http-request
I wanted to raise this as a discussion as well as possibly a "bug": main question is: does this specification as written work for js?

  • This only affects the JavaScript OpenTelemetry library
  • This may affect other libraries, but I would like to get opinions here first

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions