Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 949 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 949 Bytes

Build Status License

Haystack bindings for Go OpenTracing API.

This is Haystack's client library for Golang that implements OpenTracing API 1.0.

How to use the library?

Check our detailed example on how to initialize tracer, start a span and send it to one of the dispatchers. This example is actually an integration test uses haystack-agent container

How to build this library?

git clone --recursive https://github.com/ExpediaDotCom/haystack-client-go - clone the repo

make glide - if you are running for the very first time

make test validate - go test and validate the code