Skip to content

Remove @opentelemetry/semantic-conventions dependency#7175

Merged
ryancbahan merged 1 commit intomainfrom
04-02-remove-otel-semantic-conventions
Apr 3, 2026
Merged

Remove @opentelemetry/semantic-conventions dependency#7175
ryancbahan merged 1 commit intomainfrom
04-02-remove-otel-semantic-conventions

Conversation

@ryancbahan
Copy link
Copy Markdown
Contributor

@ryancbahan ryancbahan commented Apr 2, 2026

Summary

  • Inline the single used value SemanticResourceAttributes.SERVICE_NAME (just the string 'service.name') in DefaultMeterProvider.ts
  • Remove @opentelemetry/semantic-conventions from cli-kit dependencies

The only usage was SemanticResourceAttributes.SERVICE_NAME (the string
literal 'service.name') in DefaultMeterProvider.ts. Inline the value
and drop the package dependency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ryancbahan ryancbahan changed the base branch from main to graphite-base/7175 April 2, 2026 23:09
@ryancbahan ryancbahan force-pushed the 04-02-remove-otel-semantic-conventions branch from bf05503 to c7a91c0 Compare April 2, 2026 23:09
@ryancbahan ryancbahan changed the base branch from graphite-base/7175 to 04-02-remove-unused-eslint-deps April 2, 2026 23:09
@ryancbahan ryancbahan marked this pull request as ready for review April 2, 2026 23:10
@ryancbahan ryancbahan requested a review from a team as a code owner April 2, 2026 23:10
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

We detected some changes at packages/*/src and there are no updates in the .changeset.
If the changes are user-facing, run pnpm changeset add to track your changes and include them in the next release CHANGELOG.

Caution

DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release.

Base automatically changed from 04-02-remove-unused-eslint-deps to main April 3, 2026 15:53
@ryancbahan ryancbahan added this pull request to the merge queue Apr 3, 2026
Merged via the queue into main with commit d108925 Apr 3, 2026
27 of 48 checks passed
@ryancbahan ryancbahan deleted the 04-02-remove-otel-semantic-conventions branch April 3, 2026 16:03
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.

2 participants