opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati.../tests
Allen Kim b6492a7999
Feature/asyncio instrumentation (#1943)
* add asyncio instrumentation

* add asyncio instrumentation

* modify test configure

* modify test configure

* modify tox generate result

* modify tox generate result

* add python version check

* modify test code

* add CHANGELOG.md

* add docs

* modify pyproject.toml

* modify pyproject.toml

* Add comments mentioned in an issue #1919

* Add comments mentioned in an issue #1919

* add asyncio component owner

* - Add instrumentation-asyncio metric.
- Configure coroutines/to_thread func to apply trace via environment variables.
- Apply trace to future using a boolean environment variable.

* modify docs

* modify docs

* modify docs

* modify docs

* modify docs

* modify test_code

* modify test_code

* modify test_code

* modify asyncio version

* modify asyncio version

* update dependency

* modified lint results

* modified lint results

* modified lint results

* modified lint results

* modified lint results

* modified lint results

* modified lint results

* include feedback

* include feedback

* include feedback

* modify docs test results

* Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* Update instrumentation/opentelemetry-instrumentation-asyncio/README.rst

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* Update instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/utils.py

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* Update instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/utils.py

Co-authored-by: Aaron Abbott <aaronabbott@google.com>

* include feedback

* include feedback

* drop python 3.7 support

* drop python 3.7 support

* Removed from default_instrumentations

* Recover

---------

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
2024-02-14 15:44:17 -06:00
..
__init__.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
common_test_func.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_cancellation.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_create_task.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_ensure_future.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_gather.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_integration.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_run_coroutine_threadsafe.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_taskgroup.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_to_thread.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_utils.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00
test_asyncio_wait.py Feature/asyncio instrumentation (#1943) 2024-02-14 15:44:17 -06:00