jaeger-client-python:适用于Python OpenTracing API的Jaeger绑定

时间:2021-05-13 01:38:14
【文件属性】:
文件名称:jaeger-client-python:适用于Python OpenTracing API的Jaeger绑定
文件大小:143KB
文件格式:ZIP
更新时间:2021-05-13 01:38:14
Python 适用于Python OpenTracing API的Jaeger绑定 这是一个客户端库,可用于检测Python应用程序的分布式跟踪收集,并将这些跟踪发送给Jaeger。 有关更多详细信息,请参见 。 贡献与发展 请参阅 。 安装 pip install jaeger-client 入门 import logging import time from jaeger_client import Config if __name__ == "__main__" : log_level = logging . DEBUG logging . getLogger ( '' ). handlers = [] logging . basicConfig ( format = '%(asctime)s %(message)s' , level = log_level )
【文件预览】:
jaeger-client-python-master
----MANIFEST.in(236B)
----idl()
----.github()
--------CODEOWNERS.md(14B)
--------ISSUE_TEMPLATE.md(1KB)
--------PULL_REQUEST_TEMPLATE.md(657B)
--------workflows()
----jaeger_client()
--------tracer.py(14KB)
--------throttler.py(7KB)
--------reporter.py(9KB)
--------TUDPTransport.py(2KB)
--------config.py(15KB)
--------metrics()
--------utils.py(3KB)
--------local_agent_net.py(4KB)
--------thrift.py(8KB)
--------rate_limiter.py(3KB)
--------__init__.py(1KB)
--------codecs.py(13KB)
--------span_context.py(2KB)
--------sampler.py(21KB)
--------thrift_gen()
--------ioloop_util.py(2KB)
--------constants.py(3KB)
--------span.py(7KB)
----.gitmodules(85B)
----DCO(1KB)
----crossdock()
--------Dockerfile(802B)
--------setup_crossdock.py(1KB)
--------__init__.py(860B)
--------thrift_gen()
--------docker-compose.yml(2KB)
--------rules.mk(907B)
--------server()
----RELEASE.md(699B)
----CHANGELOG.rst(6KB)
----thrift-gen-fix.awk(270B)
----scripts()
--------build-crossdock.sh(826B)
--------check-license.sh(303B)
--------updateLicense.py(2KB)
----requirements-dev.txt(14B)
----requirements.txt(37B)
----CONTRIBUTING.md(5KB)
----LICENSE(11KB)
----setup.cfg(404B)
----requirements-tests.txt(65B)
----setup.py(2KB)
----README.md(8KB)
----Makefile(3KB)
----tests()
--------test_reporter.py(11KB)
--------test_crossdock.py(6KB)
--------test_thrift.py(7KB)
--------test_config.py(7KB)
--------test_sampler.py(24KB)
--------test_api.py(1KB)
--------test_tracer_benchmark.py(3KB)
--------__init__.py(587B)
--------test_rate_limiter.py(4KB)
--------test_prometheus.py(3KB)
--------test_throttler.py(3KB)
--------test_traceback_log.py(2KB)
--------test_local_agent_net.py(2KB)
--------conftest.py(1KB)
--------test_span_context.py(2KB)
--------test_metrics.py(3KB)
--------test_tracer.py(12KB)
--------test_utils.py(3KB)
--------test_span.py(9KB)
--------test_codecs.py(21KB)
--------test_noop_tracer.py(2KB)
--------test_TUDPTransport.py(2KB)
----.gitignore(555B)
----.coveragerc(152B)

网友评论