Skip to content

Fix couchbase-3.1 instrumentation scope name behind v3 preview flag#18426

Merged
trask merged 1 commit into
open-telemetry:mainfrom
trask:couchbase-3.1-scope-name-v3
Apr 30, 2026
Merged

Fix couchbase-3.1 instrumentation scope name behind v3 preview flag#18426
trask merged 1 commit into
open-telemetry:mainfrom
trask:couchbase-3.1-scope-name-v3

Conversation

@trask

@trask trask commented Apr 30, 2026

Copy link
Copy Markdown
Member

Extracted from #18421

@trask trask marked this pull request as ready for review April 30, 2026 02:15
@trask trask requested a review from a team as a code owner April 30, 2026 02:15
public static void onExit(@Advice.This CoreEnvironment.Builder<?> builder) {
String instrumentationName =
SemconvStability.v3Preview()
? "io.opentelemetry.couchbase-3.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

imo we could just change it and list it as a breaking change

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

trying to see if we can be strict about telemetry stability for the Java agent

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

oh, good point, I forgot that we could have treated this one as a bug fix

@trask trask merged commit daa9a8e into open-telemetry:main Apr 30, 2026
93 checks passed
@trask trask deleted the couchbase-3.1-scope-name-v3 branch April 30, 2026 18:08
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