opentelemetry-python-contrib icon indicating copy to clipboard operation
opentelemetry-python-contrib copied to clipboard

OpenTelemetry instrumentation for Python modules

Results 346 opentelemetry-python-contrib issues
Sort by recently updated
recently updated
newest added
trafficstars

# Description Modified HTTPX instrumentation to allow for skipping instrumentation for a list of excluded URLs similar to the current solutions. Fixes #539 ## Type of change Please delete options...

…but avoiding the problem of having to match full URLs using regular expressions. # Description exclude_urls, because it matches the full URL including protocol/domain at the beginning and query at...

# Description The library had a bug regarding the execution of the python path in windows context. When there trying to execute a python executable containing a space character in...

Co-authored-by: SuryanarayanaPeri [email protected] # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required...

Enable pypy3-test-instrumentation-requests due to the new request version 2.31.0 #1807 It seems that the problem has not been fixed for 2.31.0 request version

This would close #1697. The interceptor channel as is breaks access to channel private attributes, like Channel._channel. To allow it, I wrapped the incoming channel with a getattr that tries...

# Description Added an optional query sanitizer to the SQLAlchemy instrumentation. Usage SQLAlchemyInstrumentor().instrument(sanitize_query=True) This will affect the DB_STATEMENT value to contain the original query or sanitized one. Fixes #1549 Following...

# Description Added an optional query sanitizer to the botocore dynamoDB instrumentation. Usage BotocoreInstrumentor().instrument(sanitize_query=True) This will affect the DB_STATEMENT value to contain the original query or sanitized one. Fixes open-telemetry/opentelemetry-specification#1544...

### Description Enable readthedocs auto-generated documentation to parse init.py doc [1496](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1496) ### How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions...

# Description Adds enhanced support for SQS by setting relevant span attributes, and injecting/extracting the trace context into/from the MessageAttributes of SQS messages. This PR adds the same functionality to...