Skip to content

Conversation

@trentm
Copy link
Contributor

@trentm trentm commented Dec 4, 2025

This adds support for using OTEL_SEMCONV_STABILITY_OPT_IN for controlled migration to stable net.* and db.* semconv. The net.* attributes are controlled by the http[/dup] token in OTEL_SEMCONV_STABILITY_OPT_IN (as discussed here) and db.* with the database[/dup] token.

Refs: open-telemetry/opentelemetry-js#5663
Refs: #2953

…migration

This adds support for using `OTEL_SEMCONV_STABILITY_OPT_IN` for controlled migration to stable `net.*` and `db.*` semconv. The `net.*` attributes are controlled by the `http[/dup]` token in `OTEL_SEMCONV_STABILITY_OPT_IN` (as [discussed here](open-telemetry/opentelemetry-js#5663 (comment))) and `db.*` with the `database[/dup]` token.

Refs: open-telemetry/opentelemetry-js#5663
Refs: open-telemetry#2953
@trentm trentm self-assigned this Dec 4, 2025
@github-actions github-actions bot added pkg:instrumentation-tedious pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found. labels Dec 4, 2025
@trentm trentm added the has:sponsor This package or feature has a sponsor that has volunteered to review PRs and respond to questions label Dec 4, 2025
@trentm trentm marked this pull request as ready for review December 4, 2025 23:31
@trentm trentm requested a review from a team as a code owner December 4, 2025 23:31
import type { Connection } from 'tedious';
import * as semver from 'semver';
// XXX has prettier config stopped working in linting?
import { ATTR_DB_COLLECTION_NAME, ATTR_DB_NAMESPACE, ATTR_DB_QUERY_TEXT, ATTR_DB_SYSTEM_NAME, ATTR_SERVER_ADDRESS, ATTR_SERVER_PORT, DB_SYSTEM_NAME_VALUE_MICROSOFT_SQL_SERVER } from '@opentelemetry/semantic-conventions';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So... has prettier stopped being applied in linting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has:sponsor This package or feature has a sponsor that has volunteered to review PRs and respond to questions pkg:instrumentation-tedious pkg-status:unmaintained This package is unmaintained. Only bugfixes may be acceped until a new owner has been found.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant