aiozipkin 1.1.1a1-1 source package in Ubuntu

Changelog

aiozipkin (1.1.1a1-1) unstable; urgency=low

  * New upstream release.

 -- Jelmer Vernooij <email address hidden>  Wed, 16 Feb 2022 15:16:14 +0000

Upload details

Uploaded by:
Jelmer Vernooij
Uploaded to:
Sid
Original maintainer:
Jelmer Vernooij
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiozipkin_1.1.1a1-1.dsc 1.9 KiB 0f6768654d421e307014cec3dd67bb8565f0ad39eed2ef04969b97efd838965b
aiozipkin_1.1.1a1.orig.tar.gz 19.4 KiB 2793d4ae09ce909df4c4633a99f82eafacfd670158eff32e9e856e89c7d95347
aiozipkin_1.1.1a1-1.debian.tar.xz 1.6 KiB 6e5247d139576c0d99e872d2d14c197296721dcb9ebaffec71f1bb80b7187764

No changes file available.

Binary packages built by this source

python3-aiozipkin: Distributed tracing instrumentation for asyncio application with zipkin

 aiozipkin is a Python 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.