opentelemetry-python-contrib/instrumentation
Nikolay Sokolik 492830f24f
Bugfix/set default context in pika (#719)
* Add a default context when one does not exist

* Split the if to fit C0325: Unnecessary parens after 'not' keyword

* Split the context retrieving according to the function
2021-10-11 19:53:19 +05:30
..
opentelemetry-instrumentation-aiohttp-client use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-aiopg update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-asgi use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-asyncpg update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-boto use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-botocore botocore: Make common span attributes compliant with semconv in spec (#674) 2021-10-06 09:47:50 -07:00
opentelemetry-instrumentation-celery use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-dbapi update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-django use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-elasticsearch use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-falcon use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-fastapi update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-flask use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-grpc use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-httpx use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-jinja2 update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-logging use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-mysql update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-pika Bugfix/set default context in pika (#719) 2021-10-11 19:53:19 +05:30
opentelemetry-instrumentation-psycopg2 update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-pymemcache use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-pymongo update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-pymysql update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-pyramid use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-redis use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-requests Adding `tracked_url_callback` to `RequestsInstrumentor` (#714) 2021-10-08 21:14:02 +00:00
opentelemetry-instrumentation-sklearn use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-sqlalchemy Fix missing 'packaging' requirement (#713) 2021-10-06 19:56:55 +00:00
opentelemetry-instrumentation-sqlite3 update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-starlette update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00
opentelemetry-instrumentation-tornado Tornado attributes (#706) 2021-10-04 21:31:30 +05:30
opentelemetry-instrumentation-urllib use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-urllib3 use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
opentelemetry-instrumentation-wsgi use f-strings instead of format (#693) 2021-09-28 19:12:47 +00:00
README.md Feature/add pika instrumentation (#680) 2021-10-06 23:52:39 +05:30

README.md

Instrumentation Supported Packages
opentelemetry-instrumentation-aiohttp-client aiohttp ~= 3.0
opentelemetry-instrumentation-aiopg aiopg >= 0.13.0, < 1.3.0
opentelemetry-instrumentation-asgi asgiref ~= 3.0
opentelemetry-instrumentation-asyncpg asyncpg >= 0.12.0
opentelemetry-instrumentation-boto boto~=2.0
opentelemetry-instrumentation-botocore botocore ~= 1.0
opentelemetry-instrumentation-celery celery >= 4.0, < 6.0
opentelemetry-instrumentation-dbapi dbapi
opentelemetry-instrumentation-django django >= 1.10
opentelemetry-instrumentation-elasticsearch elasticsearch >= 2.0
opentelemetry-instrumentation-falcon falcon >= 2.0.0, < 4.0.0
opentelemetry-instrumentation-fastapi fastapi ~= 0.58
opentelemetry-instrumentation-flask flask >= 1.0, < 3.0
opentelemetry-instrumentation-grpc grpcio ~= 1.27
opentelemetry-instrumentation-httpx httpx >= 0.18.0, < 0.19.0
opentelemetry-instrumentation-jinja2 jinja2~=2.7
opentelemetry-instrumentation-logging logging
opentelemetry-instrumentation-mysql mysql-connector-python ~= 8.0
opentelemetry-instrumentation-pika pika >= 1.1.0
opentelemetry-instrumentation-psycopg2 psycopg2 >= 2.7.3.1
opentelemetry-instrumentation-pymemcache pymemcache ~= 1.3
opentelemetry-instrumentation-pymongo pymongo ~= 3.1
opentelemetry-instrumentation-pymysql PyMySQL ~= 0.10.1
opentelemetry-instrumentation-pyramid pyramid >= 1.7
opentelemetry-instrumentation-redis redis >= 2.6
opentelemetry-instrumentation-requests requests ~= 2.0
opentelemetry-instrumentation-sklearn scikit-learn ~= 0.24.0
opentelemetry-instrumentation-sqlalchemy sqlalchemy
opentelemetry-instrumentation-sqlite3 sqlite3
opentelemetry-instrumentation-starlette starlette ~= 0.13.0
opentelemetry-instrumentation-tornado tornado >= 6.0
opentelemetry-instrumentation-urllib urllib
opentelemetry-instrumentation-urllib3 urllib3 >= 1.0.0, < 2.0.0
opentelemetry-instrumentation-wsgi wsgi