Commit Graph

76 Commits

Author SHA1 Message Date
Leighton Chen 13976b5275
Merge branch 'master' into dbindex-redis 2020-11-24 09:32:30 -05:00
Srikanth Chekuri 8541371c2e Update get command value 2020-11-24 13:10:12 +05:30
Srikanth Chekuri bfc55f5634 Lint fix 2020-11-24 10:47:51 +05:30
Srikanth Chekuri c3f94c39c9 Add test for database_index 2020-11-24 10:43:22 +05:30
Leighton Chen c1452b71ce
Merge branch 'master' into asyncpg-semantic-conv 2020-11-23 15:39:07 -05:00
Leighton Chen b7f8a5bee3
Merge branch 'master' into sqlalchemy-semantic-conv 2020-11-23 13:48:34 -05:00
Leighton Chen 184f786d9f
Merge branch 'master' into dbapi-semantic-conv 2020-11-23 10:50:44 -05:00
Leighton Chen 868dd770a5
Merge branch 'master' into sqlalchemy-semantic-conv 2020-11-23 10:45:32 -05:00
Srikanth Chekuri 963f65cb33 Fix lint 2020-11-22 01:27:52 +05:30
Srikanth Chekuri d51636e2c0 Update pymongo instrumentation to follow semantic conventions 2020-11-22 01:21:36 +05:30
Srikanth Chekuri 69b6c378c8 Lint fix 2020-11-21 22:43:53 +05:30
Srikanth Chekuri 3786d6d0fa Fix tests 2020-11-21 22:22:57 +05:30
Srikanth Chekuri f601bb2563 Fix env vars 2020-11-20 00:54:54 +05:30
Srikanth Chekuri 2228573bf3 Fix docker tests 2020-11-18 01:41:59 +05:30
Srikanth Chekuri 857581ca51 Remove PIPELINE from span name 2020-11-16 20:53:50 +05:30
Srikanth Chekuri e6503ce930 Update asyncpg docker tests 2020-11-15 12:28:52 +05:30
Srikanth Chekuri 326269ed0c Update docker tests 2020-11-15 12:15:12 +05:30
Srikanth Chekuri 6f2d60cb12 Fix docker tests 2020-11-15 02:10:57 +05:30
Nathaniel Ruiz Nowell d7a89a34a0 Merge branch 'core-docker-tests-v0.15b0' 2020-11-02 14:35:05 -08:00
Leighton Chen 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
Nathaniel Ruiz Nowell 4d26c1b502 Leave OpenCensus test in the Core Repo 2020-10-23 11:17:42 -07:00
alrex 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
Owais Lone 9641c8a62c Added context propagation support to celery instrumentation (#1135) 2020-09-29 08:36:05 -07:00
Daniel 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
Daniel bdc39963c0 Increase docker-tests retry count (#1026) 2020-08-20 09:25:14 -07:00
Leighton Chen 7d4d2ce4dc Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-08-04 19:10:51 -07:00