toffer / talk-custom-tracing

Talk at PyDX on October 1, 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Tracing Functions with trace

  • Talk presented at PyDX on October 1, 2016.

Slides

A PDF of the slide deck: PyDX-Tracing-Talk.pdf

Code Examples

The examples directory is divided into 3 sections:

  • Scripts: Individual examples used in the presentation.

  • Zipkin example: The "full-fledged" example from the presentation that traces a program, and then converts the trace output into a format that's suitable for visualization in the Zipkin UI.

  • HTTP Archive (HAR) example: (Bonus material! Not in talk!) Example that traces a program, and then converts the trace output into the HTTP Archive (HAR) format that's suitable for visualization in an HTTP Archive viewer.

About

Talk at PyDX on October 1, 2016.