a5c48871fa
feat: add opentelemetry-instrumentation-threading library ( #2253 )
...
* feat: add opentelemetry-instrumentation-threading library
* fix: update python file with black formatter
* fix: modified title underline too short issue
* fix: modified library sorted via isort tool
* fix: modified CHANGELOG.md and remove unused parameter
* test: migrated unit test cases from the #1582 to this project
* chroe: updated the tox.ini test commands
* fix: fixed the lint issue
* feat: support ThreadPool and update document
* fix: fixed the lint issue
* refactor: remove redundant class and simplify capture OTel context usage
* fix: removed unused parameter
* test: added a new test case for thread pool
* fix: remove unused return response
* refactor: compared the array
* fix: remove f-string
* fix: fixed pylint issue
* fix: test library
* fix: updated CHANGELOG.md
---------
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
2024-04-11 11:57:19 -05:00
24c1ccabc5
Remove [test] package from sdk-extension-aws ( #2324 )
...
Fixes #2234
2024-03-21 19:16:41 -06:00
8daa8ad481
Add instrumentation for Psycopg 3.x ( #2123 )
...
* Add instrumentation for Psycopg 3.x
* Add federicobond to component_owners.yml
2024-02-24 19:35:25 +00:00
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
a02d98cb38
Add Cassandra instrumentation ( #1902 )
2023-08-30 15:40:14 +00:00
09efe708c3
Instrument mysqlclient library ( #1744 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2023-07-12 21:09:26 +02:00
530650df41
Resource detector for container properties ( #1584 )
...
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Leighton Chen <lechen@microsoft.com>
2023-05-22 11:24:31 -06:00
d5cbd67e88
Add boto3sqs to docs ( #1666 )
2023-02-20 21:51:13 +05:30
1e89854832
Add confluent kafka docs ( #1668 )
...
* add elasticsearch to docs
* add confluent kafka to docs
* tox generate fix
* tox docs fix
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-15 12:17:28 +00:00
6d1550bb0b
add python-kafka to docs ( #1552 )
2023-01-07 05:19:39 +00:00
3dc2f8ee30
add elasticsearch to docs ( #1542 )
2023-01-06 20:35:44 +00:00
1f96608388
Add aio_pika readthedocs documentation ( #1504 )
2023-01-04 05:26:37 +05:30
de4cde7e33
add tortoiseorm docs ( #1541 )
2023-01-02 23:42:29 +05:30
abaa26381e
auto generate system metrics docs ( #1530 )
2023-01-01 22:43:13 +00:00
e79b313bd7
Add/aws lamda docs ( #1534 )
2023-01-01 23:32:20 +05:30
ddbc40f907
add pika to docs ( #1540 )
2022-12-27 12:39:49 +05:30
426d641590
Add remoulade readthedocs documentation ( #1515 )
2022-12-22 19:29:29 +00:00
33bb7be903
Add urllib readthedocs documentation ( #1510 )
2022-12-20 15:03:12 +00:00
0adb306a8e
Remove DataDog exporter from main ( #1366 )
2022-10-06 10:46:31 +00:00
6753c872d2
Update tooling ( #1330 )
2022-09-15 23:42:49 +05:30
0b9e96dae0
Support newer httpx versions ( #866 )
2022-02-04 09:07:31 -08:00
895800fa1d
aiohttp instrumentation: correct url filter input type ( #864 )
...
* fix: correct _UrlFilterT
* docs: CHANGELOG.md update
* style: apply isort
* fix: add yarl to docs requirements
* Revert "fix: add yarl to docs requirements"
This reverts commit e482ba54fc119a16e001cccc0753554c92549c3e.
* fix: add yarl to nitpick exceptions
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2022-02-01 16:04:49 -06:00
3137c1fa41
Upgrade black ( #802 )
2021-11-10 20:57:01 +00:00
78f887ef3d
Better file naming for AWS XRay Propagator + Add NathanielRN as Propagator owner ( #729 )
2021-10-12 19:08:16 +00:00
224780f38d
Move AWS X-Ray Propagator into its own package ( #720 )
...
Co-authored-by: Owais Lone <owais@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2021-10-12 15:44:03 +00:00
d2984f5242
remove need to clone core repo ( #678 )
2021-09-27 20:28:32 +00:00
278149553b
Remove opentelemetry-instrumentation ( #595 )
...
Fixes #592
2021-07-19 09:19:48 -07:00
9695bcfed3
Add support for HTTPX instrumentation ( #461 )
2021-06-08 08:28:03 -07:00
a89d7a60bb
Docs typo fix ( #479 )
2021-04-29 08:25:48 -07:00
f2311ddc40
Move opentelemetry-instrumentation from core ( #465 )
2021-04-26 11:35:13 -07:00
4aec1e448f
Request/Response hooks for Tornado server and client ( #426 )
2021-04-16 13:30:11 -07:00
9e996185d1
Adds support for request and response hooks to Falcon instrumentation. ( #415 )
2021-04-13 09:30:11 -07:00
1c5f0b5465
Add urllib3 instrumentation ( #299 )
2021-03-31 08:08:53 -07:00
56072a25f0
preparing 1.0.0/0.19b0 release ( #384 )
2021-03-26 15:22:09 -07:00
d89f865221
Sync with Make setters and getters optional ( #372 )
2021-03-26 10:20:01 -07:00
9ef4410fa8
Added logging instrumentation to enable log - trace correlation ( #345 )
...
This commit adds a new logging instrumentation. The instrumentation
patches standard library logging module to inject tracing context
variables (otelSpanID, otelTraceID, otelServiceName) into log record
objects. It also optionally calls `logging.basicConfig()` and sets a
logging format that makes use of these vars if instructed by the user.
2021-03-09 21:52:58 -08:00
10a448ee75
move textmap propagators to opentelemetry.propagators ( #355 )
2021-03-02 16:47:29 -08:00
1c8852f99e
Rename IdsGenerator to IdGenerator ( #350 )
2021-02-26 14:56:30 -08:00
28e410c1fa
Remove gitter from docs ( #349 )
...
Co-authored-by: alrex <alrex.boten@gmail.com>
2021-02-26 08:24:10 -08:00
7159372e3b
Fix docs build ( #348 )
2021-02-19 16:53:37 -08:00
c265e2f035
Remove metrics from main branch ( #312 )
2021-02-05 16:41:03 -08:00
2fd68a2bf9
Remove Configuration from instrumentations ( #285 )
2021-02-04 08:02:37 -08:00
f022385e37
update references to main ( #306 )
2021-01-29 12:09:22 -08:00
c9075cf1f2
Add readTheDocs ( #252 )
...
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
Co-authored-by: alrex <aboten@lightstep.com>
2021-01-26 09:06:39 -08:00
4b830771d5
Only commit benchmark results to master folder ( #250 )
2020-12-14 14:16:11 -08:00
5aee3ce32e
Move DD code into its own directory ( #6 )
2020-04-08 10:39:44 -07:00
ed6dd7f257
Removing support for python 2.7 ( #2 )
...
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change:
- removing pylons contrib
- removing mysqldb contrib
- updating minimum versions of flask (>=1.0), gevent (>=1.1)
Signed-off-by: Alex Boten <aboten@lightstep.com>
2020-03-23 09:43:03 -07:00
f13c716af6
Merge in latest from datadog/dd-trace-py ( #1 )
2020-02-26 08:57:16 -08:00