文件名称:OneAgent-SDK-Python-AutoInstrumentation:autodynatrace,一个Python库,该库使用OneAgent SDK for Python实现自动检测
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-24 08:53:18
python instrumentation Python
OneAgent-SDK-Python-自动仪器 Dynatrace提供了一个 ,可用于以多种语言(包括python)编写的应用程序实现代码级可见性和事务跟踪。 该项目提供了一个名为autodynatrace的库,该库是用于Python的OneAgent SDK的包装,并允许您以最少的代码更改来检测python应用程序。 用法 pip install autodynatrace 选项1-无需代码更改的检测 将环境变量AUTOWRAPT_BOOTSTRAP=autodynatrace添加到您的python进程中 选项2-半自动仪器 对于大多数技术,只需将其导入您的代码中即可。 import autodynatrace 支持的技术: aiohttp (客户端) 芹菜 并发未来 confluent_kafka cx_Oracle 詹戈 Fastapi 烧瓶 grpc 帕拉米科
【文件预览】:
OneAgent-SDK-Python-AutoInstrumentation-master
----.github()
--------workflows()
----tests()
--------__init__.py(0B)
--------test_django.py(1KB)
--------test_custom.py(7KB)
----tox.ini(109B)
----LICENSE(13KB)
----setup.cfg(85B)
----examples()
--------custom_service()
----setup.py(2KB)
----.gitignore(76B)
----README.md(3KB)
----autodynatrace()
--------sdk.py(523B)
--------__init__.py(4KB)
--------log.py(320B)
--------wrappers()