Commit Graph

1810 Commits

Author SHA1 Message Date
Shalev Roda bbe7578d17
Fix sqlalchemy uninstrument (#1581) 2023-01-29 09:43:06 +05:30
Diego Hurtado a300d65ccf
Update some environments to 3.10 (#1604)
Fixes #1603
2023-01-28 03:57:38 +05:30
Jan Hutař 1c27b775f2
[docs] Fixing examples formating (#1585) 2023-01-26 13:42:22 +00:00
avzis 810d9825cd
mongo db - fix db statement capturing (#1512) 2023-01-24 03:15:28 +00:00
Srikanth Chekuri e1a1bada1f
Remove update-sha workflow (#1594) 2023-01-24 01:24:01 +05:30
Nimrod Shlagman cca90db86f
add aio_pika to tox (#1590) 2023-01-21 10:45:12 +05:30
pridhi-arora a8f86f6fc7
Modified tox.ini to fix the comment line (#1588) 2023-01-20 18:50:08 +00:00
CoLa d75e19768a
bugfix(opentelemetry-instrumentation-grpc): Add code() and details() to ServicerContext (#1578) 2023-01-20 17:30:25 +00:00
Srikanth Chekuri dd7afe0cc6
Automated release workflow (#1580) 2023-01-19 01:47:34 +05:30
avzis e23dd5c25a
add a test for urllib3 using NoOpTracerProvider (#1574) 2023-01-18 15:41:46 +05:30
Shalev Roda c92ba14316
Add metric instrumentation for urllib (#1553) 2023-01-15 10:03:05 +05:30
hasier 092d8c86bb
Fix ASGIGetter keys to fetch from actual carrier headers (#1435) 2023-01-12 21:24:04 +00:00
avzis 43d0c6cae3
fix the instantiation of NoOpTracerProvider (#1577) 2023-01-12 17:16:03 +00:00
Michele Mancioppi bf9a8e87a0
Implement aws.ecs.* resource attributes (#1212) 2023-01-11 21:35:02 +00:00
avzis 70187ff3a3
Pymongo capture collection name (#1555) 2023-01-11 12:47:54 +00:00
avzis d1dec9220b
add a test for urllib using NoOpTracerProvider (#1560) 2023-01-10 16:23:48 +00:00
avzis 494bf0999c
add a test for redis using NoOpTracerProvider (#1559) 2023-01-09 09:15:00 +00:00
Nimrod Shlagman 6d1550bb0b
add python-kafka to docs (#1552) 2023-01-07 05:19:39 +00:00
Nimrod Shlagman 3dc2f8ee30
add elasticsearch to docs (#1542) 2023-01-06 20:35:44 +00:00
Shalev Roda 1f0dda9865
Add uninstrument test for django (#1557) 2023-01-06 17:34:15 +00:00
Shalev Roda a97326d871
Add uninstrument test for starlette (#1558) 2023-01-06 22:34:49 +05:30
Federico Bond c1206d9c08
Fix typo in Django docs (#1562) 2023-01-06 09:54:27 +05:30
Nimrod Shlagman 1f96608388
Add aio_pika readthedocs documentation (#1504) 2023-01-04 05:26:37 +05:30
Nimrod Shlagman de4cde7e33
add tortoiseorm docs (#1541) 2023-01-02 23:42:29 +05:30
Nimrod Shlagman abaa26381e
auto generate system metrics docs (#1530) 2023-01-01 22:43:13 +00:00
Shalev Roda 6d1c740eff
Add uninstrument test for boto3sqs (#1550) 2023-01-01 21:06:56 +00:00
avzis 346160467f
add a test using NoOpTracerProvider - sqlalchemy (#1508) 2023-01-01 18:33:34 +00:00
Nimrod Shlagman e79b313bd7
Add/aws lamda docs (#1534) 2023-01-01 23:32:20 +05:30
Vasi Vasireddy f38eeb73df
Update the usage of set-output command in GH actions (#1464) 2022-12-29 17:48:45 +00:00
Nimrod Shlagman 41438ba9d2
add docs/instrumentation component owner (#1535) 2022-12-27 14:29:32 +00:00
Shalev Roda 0518050a04
Add entry for urllib3 instrumentation component owner (#1536) 2022-12-27 19:20:14 +05:30
avzis 15ee4a0ac9
add a test for pymongo with NoOpTracer (#1537) 2022-12-27 07:38:30 +00:00
Nimrod Shlagman ddbc40f907
add pika to docs (#1540) 2022-12-27 12:39:49 +05:30
Nimrod Shlagman 426d641590
Add remoulade readthedocs documentation (#1515) 2022-12-22 19:29:29 +00:00
Shalev Roda 9fbb1febfe
Add uninstrument test for remoulade instrumentation (#1528) 2022-12-22 18:31:11 +00:00
Shalev Roda e7ff9a9be7
Add entry to component_owners.yml (#1511) 2022-12-22 17:31:05 +00:00
Alex Boten e106dbcd5a
[docs] fix broken link (#1513) 2022-12-22 22:30:21 +05:30
Nimrod Shlagman 33bb7be903
Add urllib readthedocs documentation (#1510) 2022-12-20 15:03:12 +00:00
Nimrod Shlagman 5af3519f36
fix aiopg version (#1473) 2022-12-20 20:00:11 +05:30
Alex Boten 7f8fe690a0
Adds an option to configure `disable_aws_context_propagation` by environment variable (#1507)
* Adds an option to configure `disable_aws_context_propagation` by environment variable

The variable `OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION` can be used to disable aws context propagation. This is similar to the proposed changes in the JS implementation: https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1227

Signed-off-by: Alex Boten <aboten@lightstep.com>

* update changelog

* Apply suggestions from code review

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>

Signed-off-by: Alex Boten <aboten@lightstep.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-12-19 16:50:36 -06:00
Shalev Roda a9f34136d2
Add uninstrument test for aws lambda (#1505) 2022-12-20 03:15:43 +05:30
Nimrod Shlagman 23f63a5328
add uninstrument test for Celery (#1490) 2022-12-18 14:46:26 +00:00
Shalev Roda 41592015a3
Add uninstrument test for boto (#1488) 2022-12-18 15:22:55 +05:30
Srikanth Chekuri 0f2451be26
Update version to 1.16.0.dev/0.37b0.dev (#1485) 2022-12-10 04:03:22 +05:30
Srikanth Chekuri 71781d3964
updating changelogs and version to 1.15.0-0.36b0 (#1482) 2022-12-10 02:33:51 +05:30
Srikanth Chekuri fc738c04a6
Pin tox version (#1480) 2022-12-08 16:39:48 -06:00
Miguel Alexandre 25a6535f26
Instrument newer versions (#1468) 2022-12-06 15:58:03 +00:00
avzis cfd017e5ec
fix enable_commenter functionality (#1440) 2022-12-06 20:22:38 +05:30
Shalev Roda 99e0b42635
Add uninstrument test for sqlalchemy (#1471) 2022-12-05 22:28:10 +05:30
Sebastian Kreft bc57cc029d
fix(asgi-instrumentation): extract target after running the framework (#1461) 2022-12-05 02:00:09 +00:00