Commit Graph

1810 Commits

Author SHA1 Message Date
Ofek Lev 7c8e3072ec
Update package metadata opentelemetry-instrumentation-sqlalchemy (#1295) 2022-09-14 00:23:11 +05:30
Ofek Lev 7e0a4765ce
Update package metadata opentelemetry-instrumentation-sklearn (#1294) 2022-09-14 00:17:39 +05:30
Ofek Lev 1b0abfa55e
Update package metadata opentelemetry-instrumentation-sqlite3 (#1296) 2022-09-14 00:16:58 +05:30
Ofek Lev 66f2831c2b
Update package metadata opentelemetry-instrumentation-system-metrics (#1298) 2022-09-14 00:15:48 +05:30
Ofek Lev ba74fad557
Update package metadata opentelemetry-instrumentation-tornado (#1299) 2022-09-14 00:15:23 +05:30
Ofek Lev 2defc9df04
Update package metadata opentelemetry-instrumentation-urllib (#1300) 2022-09-14 00:14:59 +05:30
Ofek Lev bc63650c2e
Update package metadata (#1302) 2022-09-13 18:41:53 +00:00
Ofek Lev d2f44a6dee
Update package metadata opentelemetry-contrib-instrumentations (#1303) 2022-09-13 18:40:31 +00:00
Ofek Lev 52929a5194
Update package metadata opentelemetry-instrumentation-urllib3 (#1301) 2022-09-13 23:50:04 +05:30
Dan Rogers 4d341e8d95
Add support for sanitizing HTTP header values. (#1253)
First step of https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1184
2022-09-13 08:19:05 +00:00
Anshul Asawa 56530ebdfc
Metric instrumentation fastapi (#1199) 2022-09-12 20:11:58 +00:00
Anshul Asawa fee9926f50
Metric instrumentation pyramid (#1242) 2022-09-12 18:03:45 +05:30
Ofek Lev 318a3a3afc
Update package metadata opentelemetry-distro (#1304) 2022-09-10 17:21:24 +05:30
Ofek Lev debeba8cde
Update package metadata opentelemetry-instrumentation (#1305) 2022-09-10 08:55:10 +00:00
Ofek Lev f6c24698b6
Fix tooling (#1322)
* Update scripts/eachdist.py

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-09-10 14:06:42 +05:30
Anshul Asawa 4c2382338d
fix check of is_otel_instrumented (#1313) 2022-09-09 10:58:31 -07:00
amitsetty ff9651e5ff
Get rid of pymongo command in pymongo instrumentation span name (#1247) 2022-09-09 19:58:42 +05:30
Thiyagu55 32d7ff4082
Flask sqlalchemy psycopg2 integration (#1224) 2022-09-08 20:18:27 +00:00
petertamuk 270b73f55c
updated to remove directions from existing metrics. tests updated to … (#1214) 2022-09-08 11:03:26 -07:00
Ofek Lev b00701df86
Update package metadata opentelemetry-propagator-aws-xray (#1306) 2022-09-07 18:19:14 +00:00
Ofek Lev 09b509d92d
Use PEP 517 builds for tox (#1318) 2022-09-07 17:58:20 +00:00
Ofek Lev 2db44ba608
Update package metadata opentelemetry-util-http (#1309) 2022-09-07 17:38:04 +00:00
Ran Nozik 2d2b8769da
redis asyncio cluster version fix (#1311) 2022-09-07 17:13:24 +00:00
Ofek Lev 6f342b850d
Update package metadata opentelemetry-propagator-ot-trace (#1307) 2022-09-07 16:53:27 +00:00
Ofek Lev 49272a466c
Update package metadata (#1308) 2022-09-07 16:34:17 +00:00
Ofek Lev f66f546e61
Update package metadata _template (#1310) 2022-09-07 21:44:41 +05:30
Remi Rampin 3c24adf1b2
Fix broken links in package metadata (#1314) 2022-09-06 20:15:51 +00:00
Srikanth Chekuri 6af37e9fd8
fix: unquote peer ip (#1315) 2022-09-07 01:28:21 +05:30
Srikanth Chekuri 8107ad474b
Update README.md (#1257) 2022-09-01 11:15:35 -07:00
Gal Bashan 18e056b85a
Codespell ci (#1237) 2022-08-29 15:08:25 +05:30
Mario Jonke 934af7ea4f
aiohttp-client: Fix producing additional spans with each newly created ClientSession (#1246) 2022-08-27 13:03:28 +05:30
Diego Hurtado 03d97ffaf9
Remove support for 3.6 (#853) 2022-08-25 23:32:04 +05:30
Rahul Kumar 85e532816c
Added the Licence and Manifest file
Co-authored-by: Sunil Sunilshidrayi.wali@fmr.com
Co-authored-by: Rahuldimri rahul.dimri@fmr.com
2022-08-25 12:39:44 +05:30
Sanket Mehta 7382b5eed9
Restore metrics in django (#1208) 2022-08-24 20:25:32 +05:30
Yoshi Yamaguchi c2f9ebe382
fix typo in example codes (#1240) 2022-08-24 10:53:20 +05:30
Mario Jonke f48b3136c4
boto3sqs: Make propagation compatible with other instrumentations and add 'messaging.url' span attribute (#1234)
* boto3sqs: Fix various issues

* do not use 'otel' prefix for propagation keys to make propagation
  compatible with other SQS instrumentations like Node.Js
  Inject propergator.fields keys into the MessageAttributeNames argument
  for 'receive_message' calls to retreive the corresponding message attributes
* add 'messaging.url' span attribute to SQS spans
* add boto3sqs instrumentation to tox.ini to run tests in CI
* add some basic unit tests

* changelog

* fix linting issues

* unset instrumented flag on uninstrument
2022-08-23 09:29:58 +02:00
Diego Hurtado 7625b82dff
Release 1.12.0-0.33b0 (#1223)
* Release 1.12.0-0.33b0

* Update API and SDK versions to 1.12
2022-08-09 21:32:17 +02:00
Thomas Stringer 4d73a6b003
Fix Flask instrumentation doc link (#1216) 2022-08-09 06:14:23 +00:00
Shalev Roda be964036ae
Feature/metrics instrumentation urllib3 (#1198) 2022-08-09 05:49:55 +00:00
Anshul Asawa cbf005be6f
Metric instrumentation asgi (#1197) 2022-08-08 23:27:16 +05:30
Anshul Asawa ebe6d1804b
Metrics instrumentation flask (#1186) 2022-08-05 07:47:14 +00:00
Thiyagu55 14077a95c5
Adding sqlalchemy native tags in sqlalchemy commenter (#1206) 2022-08-04 18:43:12 +05:30
Srikanth Chekuri 04f4fe5076
ci: fix docs workflow failure (#1211) 2022-08-04 13:02:14 +02:00
Thiyagu55 fbac424515
Add psycopg2 native tags to sqlcommenter (#1203) 2022-07-30 05:14:47 +05:30
Thiyagu55 7c75b3867b
SQLCommenter semicolon bug fix (#1200) 2022-07-22 07:52:40 +05:30
Srikanth Chekuri d75194aed7
Sync with sdk setup from setUpClass to setUp (#1193) 2022-07-19 02:02:13 +05:30
shahargl 2ce69a668f
Add span for connection phase (#1134) 2022-07-17 21:09:15 +05:30
Thiyagu55 9e2dbecedc
Adding multiple db connections support for django-instrumentation's sqlcommenter (#1187) 2022-07-14 15:59:34 +05:30
Alex Boten 2eb86e06f9
[chore] update approvers list (#1191) 2022-07-12 00:47:11 +05:30
Leighton Chen 127518bb55
Adding sungwonh to component owners for redis (#1188) 2022-07-07 18:24:03 +02:00