Skip to content

DB and HTTP semantic convention stability migration for Redis instrumentation#4370

Draft
tammy-baylis-swi wants to merge 5 commits intoopen-telemetry:mainfrom
tammy-baylis-swi:redis-semconv-opt-in
Draft

DB and HTTP semantic convention stability migration for Redis instrumentation#4370
tammy-baylis-swi wants to merge 5 commits intoopen-telemetry:mainfrom
tammy-baylis-swi:redis-semconv-opt-in

Conversation

@tammy-baylis-swi
Copy link
Copy Markdown
Contributor

@tammy-baylis-swi tammy-baylis-swi commented Mar 27, 2026

Description

Add Redis instrumentor support for when OTEL_SEMCONV_STABILITY_OPT_IN includes

  • "database" or "database/dup"
  • "http" or "http/dup"

⚠️ This duplicates all _semconv helper updates in #4110 at 02adc40, including:

For reusability by other instrumentors later: this PR adds schema url helpers to _semconv.py for choosing the latest appropriate version when an instrumentor uses multiple signal types (http, db, genai).

Fixes #2930, #2885

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Added unit tests

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

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.

opentelemetry-instrumentation-redis: semantic convention stability migration

1 participant