opentracing / basictracer-go

Basic implementation of the OpenTracing API for Go. 🛑 This library is DEPRECATED!
Apache License 2.0
81 stars 27 forks source link

Make InMemorySpanRecorder public; use sampling.priority to turn sampling on and off #30

Closed yurishkuro closed 8 years ago

yurishkuro commented 8 years ago

Changes:

make InMemorySpanRecorder public (useful for testing instrumentation)

allow turning sampling on and off via "sampling.priority" tag

add more unit tests

cc @bensigelman

yurishkuro commented 8 years ago

@bensigelman ready for final review (diff is smaller now)

bhs commented 8 years ago

:ship: