pyramid_zipkin documentation

This project acts as a Pyramid tween by using py_zipkin to facilitate creation of zipkin service spans.

Features include:

  • Blacklisting specific route/paths from getting traced.
  • zipkin_tracing_percent to control the percentage of requests getting sampled.
  • Adds http.uri, http.uri.qs, and status_code binary annotations automatically for each trace.
  • Allows configuration of additional arbitrary binary annotations.

Install

pip install pyramid_zipkin

Indices and tables