Commit Graph

2063 Commits

Author SHA1 Message Date
Fools b776ac92a8
Update CONTRIBUTING.md (#2620) 2024-06-20 10:06:14 -07:00
Riccardo Magliocchetti 3669b477bd
requirements: Bump urllib3 to latest (#2618) 2024-06-20 09:26:01 -07:00
Riccardo Magliocchetti d93afc8773
Bump docs and dev requirements with dependabot security warnings (#2614) 2024-06-20 08:48:06 -07:00
Riccardo Magliocchetti 4a75c535a7
boto: bump cryptography in test requirements (#2615) 2024-06-20 08:39:13 -07:00
Leighton Chen b94c5906fd
Use generated symbols from semantic conventions package (#2611) 2024-06-17 09:20:17 -07:00
Riccardo Magliocchetti daa84a6c63
instrumentation/tornado: bump to latest 6.4.1 in test-requirements (#2606) 2024-06-14 10:20:50 -07:00
Riccardo Magliocchetti 91a69d4c99
aiohttp: bump aiohttp in test requirements to latest (#2607) 2024-06-14 10:11:24 -07:00
Riccardo Magliocchetti 795c93376c
instrumentation/pymysql: bump pymysql to 1.1.1 in test requirements (#2608) 2024-06-14 10:01:11 -07:00
Emídio Neto 6be205e604
consistently use of suppress_instrumentation utils (#2590) 2024-06-14 09:53:28 -07:00
Diego Hurtado 881a179e3b
Add xray propagators that prioritizes xray environment variable (#2573)
* Add AwsXrayLambdaPropagator

Fixes #2457

* Remove unnecessary AWS_TRACE_HEADER_PROP

* Add docstring

* Fix nit

* Add no environment variable test case

* Add test case for valid context

* Remove ipdb

* Fix lint

* Add missing entry point
2024-06-13 17:50:45 -06:00
Riccardo Magliocchetti 361da3e45e
botocore: bump moto to latest (#2605)
So we can bump Werkzeug too.
2024-06-13 16:56:04 -06:00
Riccardo Magliocchetti 477b73cd9a
requirements: bump requests to 2.32.3 (#2603) 2024-06-12 08:14:11 -07:00
Emídio Neto 184d8d45b9
Change issue templates to forms (#2602) 2024-06-12 08:02:24 -07:00
Emídio Neto da78275a55
increase delta for fastapi flaky test (#2591) 2024-06-11 10:16:18 -07:00
Riccardo Magliocchetti af9675cf04
requirements: bump sqlparse to 0.5.0 (#2595) 2024-06-11 09:44:16 -07:00
Riccardo Magliocchetti 20e68e38e7
requirements: bump Jinja2 to 3.1.4 (#2593) 2024-06-11 09:18:56 -07:00
Riccardo Magliocchetti ab0ea0e0f9
Add support for python 3.12 (#2572) 2024-06-10 12:49:10 -07:00
Riccardo Magliocchetti 97621523b8
requirements: bump Werkzeug (#2594) 2024-06-10 09:08:14 -07:00
Riccardo Magliocchetti 4357c35dd2
requirements: missed pytest and idna bumps (#2592) 2024-06-10 08:59:40 -07:00
Riccardo Magliocchetti 3511ed180d
requirements: Bump idna to 3.7 (#2583) 2024-06-07 12:54:38 -07:00
Riccardo Magliocchetti 0216a9644a
CONTRIBUTING: Make it more explicit you need to sign the CLA (#2582) 2024-06-07 09:14:21 -07:00
Riccardo Magliocchetti bc4b0493b9
requirements: bump pytest to 7.4.4 (#2587) 2024-06-07 08:53:22 -07:00
Leighton Chen 5b841282ab
Do not use `asgi` name and version for tracer/meter for instrumentations using Asgi Middleware (#2580) 2024-06-06 12:52:32 -07:00
Leighton Chen bb9eebb73e
Fix readme formatting and markdown (#2576) 2024-06-05 15:27:12 -07:00
soumyadeepm04 e306aba7ec
removed references to [test] extras from eachdist script (#2578) 2024-06-05 11:35:48 -07:00
Riccardo Magliocchetti 95fea2bfa7
Fix running async psycopg tests (#2540) 2024-06-05 11:14:44 -07:00
Leighton Chen c06fd1dd53
Update README.rst (#2575) 2024-06-04 09:19:48 -07:00
Alex Boten 768694cf75
add processor directory to build.sh (#2574) 2024-06-03 14:20:09 -07:00
Pavel Perestoronin ed51ebb312
feat(asgi,fastapi,starlette)!: provide both send and receive hooks with `scope` and `message` (#2546) 2024-06-03 10:18:47 -07:00
OpenTelemetry Bot 73d0fa46a9
Copy change log updates from release/v1.25.x-0.46bx (#2571) 2024-05-31 10:00:14 -07:00
Leighton Chen 55c829b6c4
Update release.yml 2024-05-31 09:04:58 -07:00
OpenTelemetry Bot 0db9dbe311
Update version to 1.26.0.dev/0.47b0.dev (#2568) 2024-05-30 18:48:51 -07:00
Rytis Bagdziunas dc711e870e
Ensure httpx non-client methods are instrumented (#2538)
* Ensure httpx non-client methods are instrumented

* Update changelog

* Added subTest to distinguish tests inside a loop

* Updated changelog

* Add a comment explaining private attribute usage

---------

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-05-30 22:48:22 +00:00
Alexander Shadchin 728976fb10
Fix net peer attribute for unix socket connection (#2493) 2024-05-30 14:50:53 -07:00
dferrochio 41792e7bb3
Add confluent kafka producer poll and flush returns (#2527) 2024-05-30 14:27:35 -07:00
Emídio Neto 7bddbb5419
fix: remove dependency on sdk for system-metrics instrumentation (#2557) 2024-05-29 10:17:50 -07:00
Riccardo Magliocchetti bd9156fff8
Remove unrelated packages from test requirements (#2559)
* botocore: remove random packages from test-requirements

Refs #1736

* boto: remove random packages from test requirements

Refs #1736

* tox: re-enable boto3sqs tests with pypy3

* threading: remove confluent-kafka from test requirements
2024-05-29 09:56:27 -06:00
Riccardo Magliocchetti 25e429aaf9
instrumentation: revise BaseDistro.load_instrumentor documentation (#2530) 2024-05-28 16:18:09 -07:00
Riccardo Magliocchetti f7cef14739
distro: decouple default configuration test from environment (#2561) 2024-05-28 14:56:38 -07:00
Riccardo Magliocchetti ac97b00457
Fix typos in test names (#2558) 2024-05-28 14:31:44 -07:00
Mike Goldsmith 59a737c285
Add key predicate to baggage span processor (#2535)
* Add key predicate to baggage span processor

* add changelog entry

* fix linting

* more linter fixes

---------

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-05-28 12:49:00 -06:00
Martin Stolle 88111d0a83
fix(requests): Fix wrong time unit for duration histogram (#2553) 2024-05-28 11:34:28 -07:00
Riccardo Magliocchetti eb8e45695e
elasticsearch: don't produce spans if native elasticsearch support is enabled (#2524) 2024-05-24 13:13:37 -07:00
Tim Hutchinson 65b4f850a0
Preserve brackets around literal IPv6 hosts (#2552) 2024-05-24 12:06:53 -07:00
Riccardo Magliocchetti e6409568c1
Reenable pylint broad exception (#2536) 2024-05-24 11:12:53 -07:00
Riccardo Magliocchetti c1a51fde96
Pre Python 3.12 enablement fixes (#2529) 2024-05-24 10:57:29 -07:00
Leighton Chen 78285a5795
Pin codespell version to fix builds (#2550) 2024-05-24 10:49:18 -07:00
Povilas Versockas 66a107fa49
fix(async-io): return coro when __name__ is not present (#2541) 2024-05-23 16:28:50 -07:00
Adin Hodovic da75015fad
fix: Ensure compability with Psycopg3 to extract libpq build version (#2500)
* fix: Ensure compability with Psycopg3 to extract libpq build version

Struggling with getting dbapi and psycopg3 working.

Think this is the error, __libpq_version does not exist on psycopg3

https://github.com/psycopg/psycopg/blob/master/psycopg/psycopg/pq/pq_ctypes.py#L1220

* docs: Add changelog entry

* docs: Fix spelling

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2024-05-23 12:02:46 +03:00
Jeremy Voss c28f9b837f
Update functions detector readme (#2533) 2024-05-22 10:45:10 -07:00