Leighton Chen
2b940b6517
chore: bump dev version ( #1235 )
2020-10-21 22:01:50 -07:00
alrex
03885c64de
chore: bump dev version ( #1131 )
2020-10-21 22:01:50 -07:00
alrex
9bbef72a6c
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-10-21 22:01:50 -07:00
alrex
eb2288c222
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-10-21 22:01:50 -07:00
Leighton Chen
587c6321f8
chore: 0.13.dev0 version update ( #991 )
2020-10-21 22:01:50 -07:00
Leighton Chen
0e5432eb0f
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-10-21 22:01:50 -07:00
Leighton Chen
5b1b0d446a
Rename db framework packages from "ext" to "instrumentation" ( #966 )
2020-10-21 22:01:50 -07:00
Leighton Chen
0eb3db61b6
Use is_recording flag in jinja, celery, esearch, falcon instrumentations ( #1241 )
2020-10-21 22:00:15 -07:00
Leighton Chen
ef706a35d4
chore: bump dev version ( #1235 )
2020-10-21 22:00:15 -07:00
alrex
cbf2feb8e7
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 22:00:15 -07:00
alrex
eb7724f1ca
chore: bump dev version ( #1131 )
2020-10-21 22:00:15 -07:00
alrex
87531e2795
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-10-21 22:00:15 -07:00
alrex
d9647bc6d4
dropping support for python 3.4 ( #1099 )
...
* dropping support for python 3.4
2020-10-21 22:00:15 -07:00
Leighton Chen
3c801654d2
chore: 0.13.dev0 version update ( #991 )
2020-10-21 22:00:15 -07:00
Leighton Chen
bae6a12b3f
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-10-21 22:00:15 -07:00
Leighton Chen
a14cfc1798
chore: bump dev version ( #1235 )
2020-10-21 21:55:34 -07:00
alrex
2fd0a90277
chore: bump dev version ( #1131 )
2020-10-21 21:55:34 -07:00
alrex
bbb9e3be0b
release: updating changelogs and version to 0.13b0 ( #1129 )
...
* updating changelogs and version to 0.13b0
2020-10-21 21:55:34 -07:00
Leighton Chen
df99d8cc5a
chore: 0.13.dev0 version update ( #991 )
2020-10-21 21:55:34 -07:00
Leighton Chen
c05e1798b7
Rename web framework packages from "ext" to "instrumentation" ( #961 )
2020-10-21 21:55:34 -07:00
Leighton Chen
c440250a7c
Use is_recording flag in jinja, celery, esearch, falcon instrumentations ( #1241 )
2020-10-21 21:54:00 -07:00
Leighton Chen
5aef8ac04c
chore: bump dev version ( #1235 )
2020-10-21 21:54:00 -07:00
alrex
e9578e4b05
chore: bump dev version ( #1131 )
2020-10-21 21:54:00 -07:00
alrex
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
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