This project provides Zipkin instrumentation for the Pyramid framework by using py_zipkin under the hood.
Full documentation here.
Features include:
-
Blacklisting specific route/paths from getting traced.
-
zipkin_tracing_percent
to control the percentage of requests getting sampled. -
Creates
http.uri
,http.uri.qs
, andstatus_code
binary annotations automatically for each trace.
pip install pyramid_zipkin
In your service's webapp, you need to include:
config.include('pyramid_zipkin')
Copyright (c) 2018, Yelp, Inc. All rights reserved. Apache v2