python - 类似于python中的spring sleuth的框架

标签 python django spring spring-cloud-sleuth

我最近在我的项目中使用了 spring sleuth 框架,其中所有微服务都在 spring boot 中。我真的很喜欢使用 spring-sleuth 完成分布式日志记录的方式。我想知道 python + Django 框架中是否有类似的框架可用。我可以找到 opentracing 框架。

https://github.com/opentracing/opentracing-python

欢迎任何建议。

最佳答案

谷歌搜索python追踪Zipkin就足够了 - 例如 https://github.com/tryfer/tryfer

关于python - 类似于python中的spring sleuth的框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43841635/

相关文章:

python - Django 中的替代管理员

java - Spring Boot 2.0 JNDI 属性值未从应用程序测试属性文件加载

java - Spring 4 Rest服务404错误

Python PuLP 递归错误

Python Gmail API : Email is not sending as the specified from

python - Pyspark 朴素贝叶斯批量使用拟合

python ffvideo, 'libavutil/rational.h' 文件未找到

python - django 如何在 FilteredSelectMultiple 中显示用户全名

java - 无法从 Controller 中的请求获取 token

python - 使用 urllib 接收附件 - Python