1936 Commits

Author SHA1 Message Date
fc864fe99a Remove [test] package from mysql instrumentation (#2294)
Fixes #2207
2024-03-20 15:31:58 -06:00
801dcedcb8 Remove [test] package from boto instrumentation (#2251)
Fixes #2191
2024-03-20 14:47:09 -06:00
ab97e07eef Remove [test] package from kafka-python instrumentation (#2292)
Fixes #2205
2024-03-20 14:30:38 -06:00
70d9b3d9ea Remove [test] package from jinja2 instrumentation (#2291)
Fixes #2204
2024-03-20 12:02:34 -06:00
51c78bf3a8 Remove [test] package from grpc instrumentation (#2290)
Fixes #2202
2024-03-20 11:40:37 -06:00
a8e57bfbb8 Remove [test] package from celery instrumentation (#2286)
Fixes #2195
2024-03-20 10:27:22 -06:00
ef7125000a Remove [test] package from botocore instrumentation (#2284)
Fixes #2193
2024-03-20 10:10:15 -06:00
5e1e866ec1 Remove [test] package from cassandra instrumentation (#2285)
Fixes #2194
2024-03-19 18:02:02 -06:00
11812b190a Remove [test] package from aws-lambda instrumentation (#2250)
Fixes #2190
2024-03-19 22:01:01 +00:00
78424fa985 Skip celery test case if running in PyPy (#2349)
Fixes #2348

Co-authored-by: Leighton Chen <lechen@microsoft.com>
2024-03-19 15:38:18 -06:00
1b68fdc8c8 Psycopg3 sync and async instrumentation (#2146) 2024-03-19 11:24:25 -07:00
c9832ba232 instrumentation/django: fix test_trace_parent (#2338) 2024-03-19 10:58:51 -07:00
dcffb584c4 Remove [test] package from asyncpg instrumentation (#2249)
Fixes #2189
2024-03-18 17:29:07 -06:00
9bb73fc4c5 Remove [test] package from logging instrumentation (#2293)
Fixes #2206
2024-03-18 16:46:13 -06:00
1782e96b77 Remove [test] package from dbapi instrumentation (#2288)
Fixes #2197
2024-03-18 19:42:10 +00:00
6c2e54da64 Remove [test] package from sqlalchemy instrumentation (#2315)
Fixes #2219

Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2024-03-18 18:44:02 +00:00
617cae9375 Feature/convention http server duration (#2326)
* feat: add http.duration convention

* feat: add http.duration convention

* feat: replace for the last description version Duration of HTTP client requests

* feat: add new description to histogram
2024-03-18 17:29:10 +02:00
223c79c617 Remove [test] package from mysqlclient instrumentation (#2295)
Fixes #2208
2024-03-15 23:37:18 -06:00
8f02162221 Remove [test] package from elasticsearch configuration (#2312)
Fixes #3745
2024-03-15 15:26:38 -06:00
0b5e3b4bcd Remove [test] package from pymemcache instrumentation (#2310)
Fixes #2211
2024-03-15 15:08:03 -06:00
e30dd1abeb Remove [test] package from urllib3 instrumentation (#2316)
Fixes #2226
2024-03-15 14:49:03 -06:00
74820251f1 Remove [test] package from urllib instrumentation (#2282)
Fixes #2225
2024-03-15 14:33:49 -06:00
fbda226a5a Remove [test] package from requests instrumentation (#2276)
Fixes #2217
2024-03-15 14:10:12 -06:00
d1c3cb33dc Remove [test] package from httpx instrumentation (#2314)
Fixes #2203
2024-03-15 12:39:51 -06:00
28f49a56e4 Remove [test] package from aiohttp-server instrumentation (#2242)
Fixes #2184
2024-03-15 17:37:21 +00:00
17de1d5765 Remove [test] package from aiohttp-client instrumentation (#2238)
Fixes #2183
2024-03-15 11:16:35 -06:00
8d43618798 Remove [test] package from tornado instrumentation (#2280)
Fixes #2223
2024-03-15 16:50:17 +00:00
7404e69663 Remove [test] package from fastapi instrumentation (#2289)
Fixes #2201
2024-03-15 16:38:56 +00:00
fd6b8f1647 Fix response hook (#2038)
Response hook receives a third parameter, Response, and that should be reflected in the _ResponseHook type

Co-authored-by: Leighton Chen <lechen@microsoft.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2024-03-15 14:07:40 +02:00
e923938646 Remove [test] package from starlette instrumentation (#2278)
Fixes #2221
2024-03-15 01:53:17 +00:00
e56cdc8fec Remove [test] package from pyramid instrumentation (#2273)
Fixes #2214
2024-03-14 19:29:18 -06:00
ba05c2c0c3 Remove [test] package from wsgi instrumentation (#2283)
Fixes #2227
2024-03-15 01:15:50 +00:00
ce2de1f5a9 Remove [test] package from falcon instrumentation (#2313)
Fixes #2200
2024-03-14 19:05:44 -06:00
5f68e9701b Remove [test] package for django instrumentation (#2311)
Fixes #2198
2024-03-15 00:54:12 +00:00
d948f21ad3 Remove [test] package from flask instrumentation (#2127)
Fixes #2126
2024-03-15 00:42:46 +00:00
5552db2adf Remove [test] package from asyncio instrumentation (#2248)
Fixes #2188
2024-03-14 18:32:23 -06:00
1bf9f429e4 Remove [test] package from asgi instrumentation (#2247)
Fixes #2187
2024-03-14 18:18:52 -06:00
2417c099a0 Remove [test] package from aio-pika instrumentation (#2244)
Fixes #2186
2024-03-15 00:07:12 +00:00
c54a9d1ad2 Remove [test] package from aiopg instrumentation (#2243)
Fixes #2185
2024-03-14 17:57:38 -06:00
5b4e5d810a Remove [test] package from opentelemetry-contrib-instrumentations (#2318)
Fixes #2236
2024-03-14 23:43:20 +00:00
717d10760a feat: add importlib metadata default on flask module (#2302)
* feat: add importlib metadata default

* feat: add importlib metadata default

* feat: add importlib metadata default

* Fix lint

---------

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-03-14 15:56:32 -06:00
3273d8c39f Fix asyncio related warnings in tests (#2335)
* aiopg: fix runtime warnings when running tests

Fixes:
RuntimeWarning: coroutine 'MockCursor.execute' was never awaited
    cursor.execute(query)

* aio-pika: no need to return an awaitable in mocked method

No need to return an awaitable since the mocked method awaits
itself.
Fixes:
    RuntimeWarning: coroutine 'sleep' was never awaited

---------

Co-authored-by: Leighton Chen <lechen@microsoft.com>
2024-03-14 13:27:18 -06:00
9b3d0b485e Use set -e to catch errors in all scripts (#2347) 2024-03-14 17:29:38 +00:00
af1528d288 chore: fix md based on rules and fix bad links (#2240)
* chore: fix md based on rules and fix bad links

* chore: add index to contribuiting and readme files

---------

Co-authored-by: Leighton Chen <lechen@microsoft.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2024-03-14 11:36:54 +02:00
aa8ae2efe3 Celery duplicated instrumentation (#2342)
* * Adding (failing) testcase to cover Issue #2029

* * move Instance variables to class variables. Since the object in question will be a singelton. This will resolve #2029 where multiple calls to the instrumentation will assign Null values.

* * black formatting

* * Changelog stub entry, PR # to follow

* * updating the pullrequest number

* * remove superfluous constructor

* * moving Change log to unreleased section

---------

Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2024-03-14 10:50:04 +02:00
1e0b11f07a Fix docker test dependencies (#2345)
Fixes #2344
2024-03-13 16:33:47 -06:00
cb5a07c765 Update README.rst (#2111)
Co-authored-by: Leighton Chen <lechen@microsoft.com>
2024-03-13 14:05:31 +02:00
565e78de2c Fix OpenTelemetry Aio-pika instrumentation link (#2259) 2024-03-07 11:56:04 -08:00
2e746198bf Align gRPC server span status codes to OTEL specs (#2019) 2024-03-07 09:33:28 -08:00
46a8c59e03 Refactor use of changedir in tox.ini (#2332)
Fixes #3745
2024-03-04 11:19:46 -06:00