88 Commits

Author SHA1 Message Date
c05e1798b7 Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:55:34 -07:00
c440250a7c Use is_recording flag in jinja, celery, esearch, falcon instrumentations (#1241) 2020-10-21 21:54:00 -07:00
5aef8ac04c chore: bump dev version (#1235) 2020-10-21 21:54:00 -07:00
e9578e4b05 chore: bump dev version (#1131) 2020-10-21 21:54:00 -07:00
26a05a72af release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:54:00 -07:00
be1d555c4d dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:54:00 -07:00
e02ffc2c13 chore: 0.13.dev0 version update (#991) 2020-10-21 21:54:00 -07:00
f61963c9d6 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:54:00 -07:00
8507f6b9fb chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
d1f77f50d5 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:42:46 -07:00
63a6905453 chore: bump dev version (#1131) 2020-10-21 21:42:46 -07:00
9515721d45 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:42:46 -07:00
61e1a04b47 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:42:46 -07:00
29af0685a7 Add support for db cursors and connections in context managers (#1028)
Here is an example snippet that will not report tracing without this patch:

with psycopg2.connect(...) as conn, conn.cursor() as cursor:
    cursor.execute("select 1;")

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-10-21 21:42:46 -07:00
92aace9f2d chore: 0.13.dev0 version update (#991) 2020-10-21 21:42:46 -07:00
ae5926af8e Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:42:46 -07:00
e4b2f9a275 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00
7a3367e271 Use is_recording flag in jinja, celery, esearch, falcon instrumentations (#1241) 2020-10-21 21:41:45 -07:00
104adc5905 chore: bump dev version (#1235) 2020-10-21 21:41:45 -07:00
6018f96366 Parent is now always passed in via Context, intead of Span or SpanContext (#1146)
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2020-10-21 21:41:45 -07:00
ed68634b9d Protect access to Span implementation (#1188) 2020-10-21 21:41:45 -07:00
09bef3e41a Added context propagation support to celery instrumentation (#1135) 2020-10-21 21:41:45 -07:00
1a9b1f4f93 chore: bump dev version (#1131) 2020-10-21 21:41:45 -07:00
f5183b8c2c release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:41:45 -07:00
f27a510004 chore: 0.13.dev0 version update (#991) 2020-10-21 21:41:45 -07:00
30df06ae37 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:41:45 -07:00
baee5d2393 chore: bump dev version (#1235) 2020-10-21 21:39:43 -07:00
10507b05fc Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:39:43 -07:00
5d4a5b5f92 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:39:43 -07:00
feea309722 chore: bump dev version (#1131) 2020-10-21 21:39:43 -07:00
04d80f6564 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:39:43 -07:00
cae5279016 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:39:43 -07:00
9cee1c5fef instrumentation/botocore: fix failing test (#1100)
The failing test was introduced I believe by a change in behaviour noted in this issue: https://github.com/spulec/moto/issues/3292. The solution is to set a region in the create_bucket call.

Fixes #1088
2020-10-21 21:39:43 -07:00
5cdb6263b2 Comment out botocore test (#1089) 2020-10-21 21:39:43 -07:00
d8f6664625 sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 21:39:43 -07:00
fbee27af10 bug (#1011) 2020-10-21 21:39:43 -07:00
968e40a303 chore: 0.13.dev0 version update (#991) 2020-10-21 21:39:43 -07:00
de0df0f9d9 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:39:43 -07:00
554eb6ad9f chore: bump dev version (#1235) 2020-10-21 21:37:36 -07:00
755089a899 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:37:36 -07:00
3ae51232f0 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:37:36 -07:00
e4a9b090b9 chore: bump dev version (#1131) 2020-10-21 21:37:36 -07:00
51acb3c90f release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:37:36 -07:00
f5f78f8074 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:37:36 -07:00
a90c6ad1ff sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 21:37:36 -07:00
fcd32cb2d3 bug (#1011) 2020-10-21 21:37:36 -07:00
bbd6c75ec0 chore: 0.13.dev0 version update (#991) 2020-10-21 21:37:36 -07:00
3596cf6efc Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:37:36 -07:00
ab9737100a chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
73e62258ab Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:35:55 -07:00