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?
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?