Skip to content

Remove span attributes pymemcache#4076

Merged
xrmx merged 12 commits intoopen-telemetry:mainfrom
saurabh-saraswat:remove-span-attributes-pymemcache
Jan 21, 2026
Merged

Remove span attributes pymemcache#4076
xrmx merged 12 commits intoopen-telemetry:mainfrom
saurabh-saraswat:remove-span-attributes-pymemcache

Conversation

@saurabh-saraswat
Copy link
Contributor

@saurabh-saraswat saurabh-saraswat commented Jan 2, 2026

Description

Replaces usage of the deprecated SpanAttributes with semconv constants.

Fixes #3475

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?

Ptox run -e $(tox --listenvs | grep memcache | tr '\n' ',')

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

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 2, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: xrmx / name: Riccardo Magliocchetti (44b60a9)

@saurabh-saraswat saurabh-saraswat requested a review from a team as a code owner January 5, 2026 07:01
@emdneto emdneto moved this to Reviewed PRs that need fixes in Python PR digest Jan 6, 2026
@xrmx
Copy link
Contributor

xrmx commented Jan 13, 2026

@saurabh-saraswat Thanks for the PR but in order to contribute to this project you need to sign the CLA

@xrmx xrmx mentioned this pull request Jan 13, 2026
42 tasks
@xrmx xrmx requested a review from herin049 January 20, 2026 10:12
@xrmx xrmx moved this from Reviewed PRs that need fixes to Approved PRs that need fixes in Python PR digest Jan 20, 2026
@xrmx xrmx moved this from Approved PRs that need fixes to Approved PRs in Python PR digest Jan 20, 2026
@xrmx
Copy link
Contributor

xrmx commented Jan 20, 2026

@saurabh-saraswat please pull, tox -e precommit and push the updated files so we can merge this

@xrmx xrmx moved this from Approved PRs to Approved PRs that need fixes in Python PR digest Jan 20, 2026
@xrmx xrmx merged commit 533ece6 into open-telemetry:main Jan 21, 2026
912 of 913 checks passed
@github-project-automation github-project-automation bot moved this from Approved PRs that need fixes to Done in Python PR digest Jan 21, 2026
wikaaaaa pushed a commit to wikaaaaa/opentelemetry-python-contrib that referenced this pull request Feb 5, 2026
* opentelemetry-instrumentation-pymemcache: Remove usage of deprecated SpanAttributes

* Fixed linting issues

* Incorporated Review Comments for usage of NET_TRANSPORT

* Added back the empty lines

* Apply suggestions from code review

* Update __init__.py

* Update __init__.py

* Update test_pymemcache.py

* Executed tox

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
sightseeker added a commit to sightseeker/opentelemetry-python-contrib that referenced this pull request Mar 11, 2026
* opentelemetry-instrumentation-pymemcache: Remove usage of deprecated SpanAttributes

* Fixed linting issues

* Incorporated Review Comments for usage of NET_TRANSPORT

* Added back the empty lines

* Apply suggestions from code review

* Update __init__.py

* Update __init__.py

* Update test_pymemcache.py

* Executed tox

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Stop using SpanAttributes

4 participants