032c1ff730
Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR ( #1282 )
2020-10-28 14:28:58 -07:00
b630d65294
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-08 08:39:04 -07:00
9641c8a62c
Added context propagation support to celery instrumentation ( #1135 )
2020-09-29 08:36:05 -07:00
70b63c3959
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-09-02 11:26:16 -07:00
bdc39963c0
Increase docker-tests retry count ( #1026 )
2020-08-20 09:25:14 -07:00
7d4d2ce4dc
Rename remaining framework packages from "ext" to "instrumentation" ( #969 )
2020-08-04 19:10:51 -07:00