Skip to content
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

Extend span tracing for Python #21

Open
meiqimichelle opened this issue Mar 29, 2023 · 0 comments
Open

Extend span tracing for Python #21

meiqimichelle opened this issue Mar 29, 2023 · 0 comments

Comments

@meiqimichelle
Copy link
Contributor

Right now, the Buildkite Test Analytics Ruby test collector (our reference implementation) is the only Test Analytics collector that automatically captures and transmits span data. This Python collector can transmit information, but data capture must be done manually.

This issue is to record suggestions we've got from customers about how to extend the Python collector with a similar functionality to the Ruby one (see links to examples in the Tracing section of the README in this repo).

What would be fantastic is similar functionality in python as you have in the Ruby collector. Django's ORM offers a similar hook point - https://docs.djangoproject.com/en/4.1/topics/db/instrumentation/ - as ActiveRecord (I'm sure there's something similar for SQLAlchemy) and there are a few libraries that cover how folks do HTTP calls in Python. Between urllib, requests, and httpx you'd cover like 90% of the usecases.

Further notes or pull requests welcome.

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

No branches or pull requests

1 participant