mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
9c60cbaa78
Distributed tracing instrumentation for asyncio application with zipkin. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOZIPKIN
|
|
bool "python-aiozipkin"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
help
|
|
Distributed tracing instrumentation for asyncio application
|
|
with zipkin.
|
|
|
|
https://github.com/aio-libs/aiozipkin
|