[wrapture.instrumentation]
aiohttp.client = wrapture_instrumentation.external.aiohttp_client:AiohttpClientInstrumentation
aiohttp.web = wrapture_instrumentation.server.aiohttp_web:AiohttpWebInstrumentation
fastapi = wrapture_instrumentation.framework.fastapi:FastAPIInstrumentation
flask = wrapture_instrumentation.framework.flask:FlaskInstrumentation
grpc = wrapture_instrumentation.rpc.grpc:GRPCInstrumentation
http.client = wrapture_instrumentation.external.http_client:HTTPClientInstrumentation
httpx = wrapture_instrumentation.external.httpx:HTTPXInstrumentation
jinja2 = wrapture_instrumentation.template.jinja2:Jinja2Instrumentation
requests = wrapture_instrumentation.external.requests:RequestsInstrumentation
sqlalchemy = wrapture_instrumentation.database.sqlalchemy:SQLAlchemyInstrumentation
sqlite3 = wrapture_instrumentation.database.sqlite3:SQLite3Instrumentation
starlette = wrapture_instrumentation.framework.starlette:StarletteInstrumentation
urllib.request = wrapture_instrumentation.external.urllib_request:UrllibInstrumentation
urllib3 = wrapture_instrumentation.external.urllib3:Urllib3Instrumentation
uvicorn = wrapture_instrumentation.server.uvicorn:UvicornInstrumentation
werkzeug.serving = wrapture_instrumentation.server.werkzeug_serving:WerkzeugServingInstrumentation
wsgiref.simple_server = wrapture_instrumentation.server.wsgiref_simple_server:WSGIRefSimpleServerInstrumentation
xmlrpc.client = wrapture_instrumentation.external.xmlrpc_client:XMLRPCClientInstrumentation
xmlrpc.server = wrapture_instrumentation.server.xmlrpc_server:XMLRPCServerInstrumentation
