Commit Graph

14 Commits

Author SHA1 Message Date
Owais Lone 5bc4e2882b Allow django to be instrumented automatically (#1239) 2020-10-14 09:13:27 -07:00
Leighton Chen 904a938c6d chore: bump dev version (#1235) 2020-10-13 11:38:09 -07:00
Leighton Chen 7fef6fa47c Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-08 12:25:20 -07:00
Owais Lone 5ab4d0ae62 Added ability to extract span attributes from tornado request objects (#1178)
OTEL_PYTHON_TONADO_TRACED_REQUEST_ATTRS env var can be set to a command
separated list of attributes names that will be extracted from Tornado's
request object and set as attributes on spans.

Co-authored-by: (Eliseo) Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2020-10-07 19:52:58 -07:00
E Brake eb28c8d0bc instrumentation/django: prepend opentelemetry middleware instead of append (#1163) 2020-10-01 09:10:03 -07:00
Leighton Chen 287e026060 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-09-30 07:36:57 -07:00
Owais Lone e3199ac411 Added ability to extract span attributes from django request objects. (#1154)
OTEL_PYTHON_DJANGO_TRACED_REQUEST_ATTRS env var can be set to a command
separated list of attributes names that will be extracted from Django's
request object and set as attributes on spans.
2020-09-28 21:52:11 -07:00
HiveTraum 06511cd31a Django span names according to convention (#992) 2020-09-21 13:30:03 -07:00
alrex cebfa2f3c3 chore: bump dev version (#1131) 2020-09-17 12:21:39 -07:00
alrex 992cc24fba release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-09-17 08:23:52 -07:00
alrex 98b1eb4c31 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-09-14 15:11:56 -07:00
Leighton Chen cab267ce78 chore: 0.13.dev0 version update (#991) 2020-08-15 18:06:27 -07:00
Simon THOBY 7de89b2005 ext/django: accept middlewares declared as tuples (#950) 2020-08-05 11:29:02 -07:00
Leighton Chen b372486958 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-08-03 10:10:45 -07:00