-
Notifications
You must be signed in to change notification settings - Fork 955
Closed
Labels
good first issueGood for newcomersGood for newcomersneeds:code-contributionThis feature/bug is ready to implementThis feature/bug is ready to implementtype:feature-trackingA feature with sub-issues that need to be addressedA feature with sub-issues that need to be addressedup-for-grabsGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers
Milestone
Description
Same as open-telemetry/opentelemetry-js-contrib#2025 for core repo.
This issue is intended to track the necessary change of updating each package to use the new exports for semantic conventions that were added in #4298 and now available in v1.22.0.
Each package will need to
- update the dependency for
@opentelemetry/semantic-conventionsto"^1.22.0" - update the imported semantic convention to match the new version, i.e.
HTTP_ROUTEbecomesSEMATTRS_HTTP_ROUTE
Please limit PRs to a single package in order to make them quickly and easily reviewable.
If you are working on one of the below packages, please comment so others know the issue is being worked on.
-
@opentelemetry/shim-opentracingrefactor(shim-opentracing): Use tree-shakeable string constants for semconv #4746 -
@opentelemetry/sdk-trace-webrefactor(sdk-trace-web): Use tree-shakeable string constants for semconv #4747 -
@opentelemetry/sdk-trace-noderefactor(sdk-trace-node): Use tree-shakeable string constants for semconv #4748 -
@opentelemetry/sdk-trace-baserefactor(sdk-trace-base): Use tree-shakeable string constants for semconv #4749 -
@opentelemetry/resourceschore(resources): update deprecated semconv to use exported strings #4755 -
@opentelemetry/exporter-zipkinchore(exporters): updated deprecated semconv to use exported strings #4756 -
@opentelemetry/exporter-jaegerchore(exporters): updated deprecated semconv to use exported strings #4756 -
@opentelemetry/corerefactor(core): Use (tree-shakeable) string constants for semconv #4739 -
@opentelemetry/sdk-noderefactor(sdk-node): Use tree-shakeable string constants for semconv #4767 -
@opentelemetry/instrumentation-xml-http-requestrefactor(instrumentation-xhr): use exported strings for semantic attr… #4681 -
@opentelemetry/instrumentation-httprefactor(instr-http): use exported strings for semconv #4573 -
@opentelemetry/instrumentation-grpcrefactor(instr-grpc): move to use SEMATTRS #4633 -
@opentelemetry/instrumentation-fetchrefactor(instr-fetch): move fetch to use SEMATRR #4632 -
@opentelemetry/exporter-prometheuschore(exporters): updated deprecated semconv to use exported strings #4756 -
@opentelemetry/opentelemetry-browser-detectordocs(opentelemetry-browser-detector): Use tree-shakeable string constants for semconv in Readme #4768 - examples/basic-tracer-node refactor(examples/basic-tracer-node): use new exported string constants for semconv #4759
- examples/esm-http-ts refactor(examples/esm-http-ts): use new exported string constants for semconv #4758
- examples/grpc-js refactor(examples/grpc-js): use new exported string constants for semconv #4760
- examples/http refactor(examples/http): use new exported string constants for semconv #4750
- examples/https refactor(examples/https): use new exported string constants for semconv #4753
- examples/opentelemetry-web refactor(examples/opentelemetry-web): use new exported string constants for semconv #4764
- examples/opentracing-shim refactor(examples/opentracing-shim): use new exported string constants for semconv #4761
- examples/otlp-exporter-node refactor(examples/otlp-exporter-node): use new exported string constants for semconv #4762
- examples/opencensus-shim refactor(experimental/examples/opencensus-shim): use new exported string constants for semconv #4763
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersneeds:code-contributionThis feature/bug is ready to implementThis feature/bug is ready to implementtype:feature-trackingA feature with sub-issues that need to be addressedA feature with sub-issues that need to be addressedup-for-grabsGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers