Skip to content

pika: added instrumentation for pika.connection.Connection and pika.c… #3584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

warmagedon007
Copy link

@warmagedon007 warmagedon007 commented Jun 16, 2025

Description

Added support for the pika base connection and channel classes. Thus making all the SelectConnection adapters to be automatically instrumented.

Fixes #920

Type of change

New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Added relavent tests cases based on current tests for the opentelemetry-instrumentation-pika.
by running tox -l | grep sio-pika | xargs -L1 tox -e

Does This PR Require a Core Repo Change?

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

…hannel.Channel, thus added instrumentation support to all SelectConnection adapters.
Copy link

linux-foundation-easycla bot commented Jun 16, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@warmagedon007 warmagedon007 requested a review from a team as a code owner June 16, 2025 14:53
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.

Is there plans to have pika SelectConnection adapter to be autoinstrumented ?
1 participant