This project acts as a Pyramid tween to facilitate creation of zipkin service spans.
Full documentation here.
Features include:
-
Blacklisting specific route/paths from getting traced.
-
zipkin_tracing_percent
to control the %age of requests getting sampled. -
API
create_headers_for_new_span
to generate new client headers. -
Creates
http.uri
binary annotation automatically for each trace.
pip install pyramid_zipkin
In your service's webapp, you need to include:
config.include('pyramid_zipkin')
Copyright (c) 2016, Yelp, Inc. All rights reserved. Apache v2