opentelemetry-instrumentation-cassandra: implement semconv stability opt-in#4747
Open
SurbhiD404 wants to merge 6 commits into
Open
opentelemetry-instrumentation-cassandra: implement semconv stability opt-in#4747SurbhiD404 wants to merge 6 commits into
SurbhiD404 wants to merge 6 commits into
Conversation
xrmx
requested changes
Jun 26, 2026
xrmx
left a comment
Contributor
There was a problem hiding this comment.
Please add a changelog entry as well
428cfd0 to
aafb333
Compare
xrmx
reviewed
Jun 29, 2026
f59f4eb to
6aee203
Compare
Contributor
|
@SurbhiD404 Have you read CONTRIBUTING.md? You are supposed to setup pre-commit locally to avoid a bunch of failures in CI. |
9d19d84 to
fd4370c
Compare
xrmx
approved these changes
Jul 1, 2026
Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
…view Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
Signed-off-by: Surbhi Dharvan <dharvansurbhi@gmail.com>
2e7f7cc to
0f5e1b9
Compare
emdneto
approved these changes
Jul 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements semantic convention stability support for the Cassandra instrumentation by adding support for
OTEL_SEMCONV_STABILITY_OPT_IN=database.Changes
Add support for semantic convention stability opt-in for database signals.
Conditionally emit legacy or stable database semantic convention attributes using
_report_old()and_report_new().Preserve existing behavior when no opt-in mode is configured.
Replace the hardcoded schema URL with
_get_schema_url_for_signal_types().Add unit tests covering:
OTEL_SEMCONV_STABILITY_OPT_IN=database,OTEL_SEMCONV_STABILITY_OPT_IN=database/dup.Part of #2453
Fixes #4714
Type of change
How Has This Been Tested?
Result:
Does This PR Require a Core Repo Change?
Checklist: