Skip to content

prat0318/pyramid_zipkin

 
 

Repository files navigation

Travis Coverage Status PyPi version Supported Python versions

pyramid_zipkin

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.

Install

    pip install pyramid_zipkin

Usage

In your service's webapp, you need to include:

    config.include('pyramid_zipkin')

License

Copyright (c) 2016, Yelp, Inc. All rights reserved. Apache v2

About

Pyramid tween to add Zipkin service spans

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.6%
  • Thrift 15.1%
  • Makefile 0.3%