Commit Graph

183 Commits

Author SHA1 Message Date
alrex be1d555c4d dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:54:00 -07:00
Leighton Chen e02ffc2c13 chore: 0.13.dev0 version update (#991) 2020-10-21 21:54:00 -07:00
Leighton Chen f61963c9d6 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:54:00 -07:00
Leighton Chen 8507f6b9fb chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
Leighton Chen d1f77f50d5 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:42:46 -07:00
alrex 63a6905453 chore: bump dev version (#1131) 2020-10-21 21:42:46 -07:00
alrex 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
alrex 61e1a04b47 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:42:46 -07:00
Daniel 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
Leighton Chen 92aace9f2d chore: 0.13.dev0 version update (#991) 2020-10-21 21:42:46 -07:00
Leighton Chen ae5926af8e Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:42:46 -07:00
Leighton Chen e4b2f9a275 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00
Leighton Chen 7a3367e271 Use is_recording flag in jinja, celery, esearch, falcon instrumentations (#1241) 2020-10-21 21:41:45 -07:00
Leighton Chen 104adc5905 chore: bump dev version (#1235) 2020-10-21 21:41:45 -07:00
alrex 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
Amos Law ed68634b9d Protect access to Span implementation (#1188) 2020-10-21 21:41:45 -07:00
Owais Lone 09bef3e41a Added context propagation support to celery instrumentation (#1135) 2020-10-21 21:41:45 -07:00
alrex 1a9b1f4f93 chore: bump dev version (#1131) 2020-10-21 21:41:45 -07:00
alrex 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
Leighton Chen f27a510004 chore: 0.13.dev0 version update (#991) 2020-10-21 21:41:45 -07:00
Leighton Chen 30df06ae37 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:41:45 -07:00
Leighton Chen baee5d2393 chore: bump dev version (#1235) 2020-10-21 21:39:43 -07:00
Leighton Chen 10507b05fc Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:39:43 -07:00
Leighton Chen 5d4a5b5f92 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:39:43 -07:00
alrex feea309722 chore: bump dev version (#1131) 2020-10-21 21:39:43 -07:00
alrex 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
alrex cae5279016 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:39:43 -07:00
alrex 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
Leighton Chen 5cdb6263b2 Comment out botocore test (#1089) 2020-10-21 21:39:43 -07:00
alrex d8f6664625 sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 21:39:43 -07:00
Leighton Chen fbee27af10 bug (#1011) 2020-10-21 21:39:43 -07:00
Leighton Chen 968e40a303 chore: 0.13.dev0 version update (#991) 2020-10-21 21:39:43 -07:00
Leighton Chen de0df0f9d9 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:39:43 -07:00
Leighton Chen 554eb6ad9f chore: bump dev version (#1235) 2020-10-21 21:37:36 -07:00
Leighton Chen 755089a899 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:37:36 -07:00
Leighton Chen 3ae51232f0 Use is_recording flag in flask, django, tornado, boto, botocore instrumentations (#1164) 2020-10-21 21:37:36 -07:00
alrex e4a9b090b9 chore: bump dev version (#1131) 2020-10-21 21:37:36 -07:00
alrex 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
alrex f5f78f8074 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:37:36 -07:00
alrex a90c6ad1ff sdk: rename resource labels to attributes (#1082)
This aligns with the specification for Resources
2020-10-21 21:37:36 -07:00
Leighton Chen fcd32cb2d3 bug (#1011) 2020-10-21 21:37:36 -07:00
Leighton Chen bbd6c75ec0 chore: 0.13.dev0 version update (#991) 2020-10-21 21:37:36 -07:00
Leighton Chen 3596cf6efc Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:37:36 -07:00
Leighton Chen ab9737100a chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
Leighton Chen 73e62258ab Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:35:55 -07:00
alrex 224c836d88 chore: bump dev version (#1131) 2020-10-21 21:35:55 -07:00
alrex 1edbd0aeac release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:35:55 -07:00
Leighton Chen a2b539a116 chore: 0.13.dev0 version update (#991) 2020-10-21 21:35:55 -07:00
Leighton Chen 9b34d8a2b1 Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:35:55 -07:00
Leighton Chen fba7ae908e Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:35:55 -07:00