Skip to content

dylan-foundry/tracing-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracing

This is a tracing library based on the Dapper work by Google.

The overall architecture is pretty simple. A trace is a tree of spans, each span representing some part of the overall computation.

In the future, we may provide a span writer for connecting with Twitter's Zipkin.

Documentation can be found at http://opendylan.org/documentation/tracing/

If you want to build the documentation yourself, you will need to add documentation/sphinx-extensions from your copy of Open Dylan to your PYTHONPATH.

About

A tracing framework based on Google's Dapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dylan 100.0%