Commit Graph

15 Commits

Author SHA1 Message Date
Adrian Garcia Badaracco 9563ee73ac
Clean up use of suppress_instrumentation in context and fix httpx bug (#2061)
* Clean up use of suppress_instrumentation in context and fix httpx bug

* Clean up use of suppress_instrumentation in context and fix httpx bug

* changelog

* fix tests

* fix import

* fmt

* update dep

* lint

* remove unused imports

* apply lint

* Fix version for pika

* Fix lint

---------
2023-12-22 22:43:12 +00:00
avzis 810d9825cd
mongo db - fix db statement capturing (#1512) 2023-01-24 03:15:28 +00:00
avzis 15ee4a0ac9
add a test for pymongo with NoOpTracer (#1537) 2022-12-27 07:38:30 +00:00
amitsetty ff9651e5ff
Get rid of pymongo command in pymongo instrumentation span name (#1247) 2022-09-09 19:58:42 +05:30
Owais Lone 3137c1fa41
Upgrade black (#802) 2021-11-10 20:57:01 +00:00
ItayGibel-helios 760673fc45
pymongo instrumentation hooks (#793)
* pymongo instrumentation hooks

* update PR number
2021-11-09 09:14:55 -06:00
Andrew Matteson b5d3074e8f
Implement checking for suppression key in pymongo instrumentation (#736)
* Implement checking for suppression key


Add test for suppression key with pymongo


changelog update

* Linting

* pylint

* Bad reformat

* Update changelog with PR

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2021-10-15 00:27:30 +00:00
Srikanth Chekuri 8d0c150b31
Sync with auto generated semantic convention constants (#428) 2021-04-19 23:37:10 -07:00
alrex 9315eb0fb2
use StatusCode from trace instead of trace.status (#366) 2021-03-09 14:33:13 -08:00
Owais Lone f436514554
Replaced Tracer.use_span() with opentelemetry.trace.use_span() (#364) 2021-03-08 09:33:49 -08:00
Srikanth Chekuri d51636e2c0 Update pymongo instrumentation to follow semantic conventions 2020-11-22 01:21:36 +05:30
Leighton Chen 095b3453ec Change status codes from grpc status codes, remove setting status in instrumentations except on ERROR (#1282) 2020-10-28 14:28:58 -07:00
Leighton Chen 2b829ee9fd Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-08 12:25:20 -07:00
alrex cdaf21e857 instrumentation/pymongo: Cast PyMongo commands as strings (#1132)
Replacement PR for #1015
2020-09-22 08:45:50 -07:00
Leighton Chen 48f3b46266 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00