Package: wnpp Severity: wishlist Owner: Jelmer Vernooij <jel...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : aiozipkin Version : 1.1.0 Upstream Author : Nikolay Novik <nickolaino...@gmail.com> * URL : https://github.com/aio-libs/aiozipkin * License : (GPL, LGPL, BSD, MIT/X, etc.) Programming Lang: (C, C++, C#, Perl, Python, etc.) Description : Distributed tracing instrumentation for asyncio application with zipkin aiozipkin is Python 3.6+ module that adds distributed tracing capabilities from asyncio_ applications with zipkin (http://zipkin.io) server instrumentation. zipkin_ is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages both the collection and lookup of this data. Zipkinās design is based on the Google Dapper paper. Applications are instrumented with aiozipkin report timing data to zipkin. The Zipkin UI also presents a Dependency diagram showing how many traced requests went through each application. If you are troubleshooting latency problems or errors, you can filter or sort all traces based on the application, length of trace, annotation, or timestamp.