文件名称:Traefik-Flask-Opentracing-Blogpost:博客文章代码
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-04 01:14:40
Python
Traefik /烧瓶/ Opentracing 代码和配置的博文,我在写 (和personcal复印件上) 先决条件 你需要: 码头工人 带有pip的Python3 怎么跑 运行jaeger opentracing多合一工具。 这将设置本地内存中收集器,代理和查询实例: docker run \ -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 -p5775:5775/udp -p6831:6831/udp -p6832:6832/udp \ -p5778:5778 -p16686:16686 -p14268:14268 -p9411:9411 jaegertracing/all-in-one:latest 通过浏览到http://localhost:16686来验证Jaeger查询前端是否正常工作 在新的控制台窗口中,下载并运行traefik
【文件预览】:
Traefik-Flask-Opentracing-Blogpost-master
----.gitignore(43B)
----app()
--------requirements.txt(89B)
--------.idea()
--------tracingexample()
--------runserver.py(137B)
----LICENSE.md(1KB)
----README.md(2KB)
----traefik()
--------traefik.toml(1KB)