bbotte / pyramid_zipkin

Pyramid tween to add Zipkin service spans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Coverage Status PyPi version Supported Python versions

pyramid_zipkin

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, and status_code binary annotations 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

License:Apache License 2.0


Languages

Language:Python 71.7%Language:Thrift 27.6%Language:Makefile 0.8%