Skip to content

Tags: mspromyhaha/opentracing-go

Tags

v1.1.0

Toggle v1.1.0's commit message
Update CHANGELOG

v1.0.2

Toggle v1.0.2's commit message
Use global tracer in README

`opentracing.GlobalTracer()` is more correct than `tracer`.

v1.0.1

Toggle v1.0.1's commit message
Correct spelling in comments

v1.0.0

Toggle v1.0.0's commit message
Merge pull request opentracing#108 from opentracing/bhs/spanlog

Introduce key-value Span logging as an RFC

v0.10.0

Toggle v0.10.0's commit message
Remove URL escaping from HTTPHeadersCarrier and add a test for it (op…

…entracing#113)

* Remove URL escaping from `HTTPHeadersCarrier` and add a test for it
* Support `HTTPHeaders` format in `MockTracer` with URL escaping
* Fix `go vet` complaints
* Add usage examples for `HTTPHeadersCarrier`

v0.9.0

Toggle v0.9.0's commit message
Merge pull request opentracing#110 from sebastianvera/master

Fix typo in `tracer.go`

v0.2

Toggle v0.2's commit message
Merge pull request opentracing#8 from opentracing/changes/split_tag_m…

…ap_out

split the trace tags out from the core context ID in marshal/unmarshal

v0.1

Toggle v0.1's commit message
Merge pull request opentracing#1 from opentracing/changes/rfc

DCP RFC